authentic2.postrm: uninstall db conf

This commit is contained in:
Jérôme Schneider 2013-11-19 11:44:16 +01:00
parent 811702e340
commit 61c6b86801
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ case "$1" in purge)
deluser --quiet --system authentic > /dev/null || true
rm -f /etc/authentic2/secret
rm -f /etc/authentic2/db.conf
rm -rf /var/lib/authentic2/static/*
rm -rf /var/lib/authentic2/static
ucf --purge /etc/authentic2/db.conf
;;
esac