Retore postrm

This commit is contained in:
Xavier Guimard 2017-02-27 21:06:04 +00:00
parent bb67c25d75
commit 7068345828
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
#!/bin/bash
set -e
. /usr/share/debconf/confmodule
if [ "$1" == "configure" ]
then
db_purge
fi
#DEBHELPER#
exit 0