12 lines
158 B
Plaintext
Raw Normal View History

2023-03-29 17:57:19 +01:00
#!/bin/bash
set -e
id -u soundfx &>/dev/null || userdel soundfx
if [ -f /etc/soundfx-rs/config.env ]; then
2023-05-07 20:53:16 +01:00
rm /etc/soundfx-rs/config.env
2023-03-29 17:57:19 +01:00
fi
#DEBHELPER#