purge /etc/dbconfig-common/authentic2.conf

This commit is contained in:
Jérôme Schneider 2013-11-19 14:36:53 +01:00
parent a226e229d2
commit 29b664d0a0
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ case "$1" in purge)
rm -f /etc/authentic2/db.conf
rm -rf /var/lib/authentic2/static
ucf --purge /etc/authentic2/db.conf
ucf --purge /etc/dbconfig-common/authentic2.conf
;;
esac