8 lines
79 B
Plaintext
8 lines
79 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
id -u soundfx &>/dev/null || userdel soundfx
|
||
|
|
||
|
#DEBHELPER#
|