Use conffiles

This commit is contained in:
jude
2023-06-17 12:49:01 +01:00
parent 16be7a328e
commit 88cfb829e3
3 changed files with 8 additions and 14 deletions

4
debian/postrm vendored
View File

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