Add deb stuff. Correct dependency on database name

This commit is contained in:
jude
2023-05-07 20:59:07 +01:00
parent d496c81003
commit 1c4c4a8b31
7 changed files with 33 additions and 9 deletions

11
debian/postrm vendored Normal file
View File

@ -0,0 +1,11 @@
#!/bin/bash
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#