This commit is contained in:
jude
2023-05-07 20:53:16 +01:00
parent 34d5fddf6c
commit 1a1b1b8144
2 changed files with 1 additions and 21 deletions

2
debian/postrm vendored
View File

@ -5,7 +5,7 @@ set -e
id -u soundfx &>/dev/null || userdel soundfx
if [ -f /etc/soundfx-rs/config.env ]; then
rm /etc/soundfx/config.env
rm /etc/soundfx-rs/config.env
fi
#DEBHELPER#