authentic2.postrm: fix

This commit is contained in:
Jérôme Schneider 2013-11-19 10:21:15 +01:00
parent eff548f0e7
commit 9fdcea9642
1 changed files with 1 additions and 1 deletions

View File

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