Add user when installing

This commit is contained in:
jude
2023-03-29 17:57:19 +01:00
parent a9a08e656f
commit cc55b3e1d1
3 changed files with 18 additions and 1 deletions

11
debian/postrm vendored Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
set -e
id -u soundfx &>/dev/null || userdel soundfx
if [ -f /etc/soundfx-rs/config.env ]; then
rm /etc/soundfx/config.env
fi
#DEBHELPER#