X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostrm;h=24cd8cd6963635f622d0dc1036065c8deed53055;hb=17963bc962935b6b4f9ecce21a36dfe2506a7afc;hp=4df767597671e56bf6c7b88efde52b2fbc754553;hpb=7cf4d17063560538621c8d04d9fa33d5b1120733;p=spamassassin-cn.git diff --git a/debian/postrm b/debian/postrm index 4df7675..24cd8cd 100755 --- a/debian/postrm +++ b/debian/postrm @@ -17,6 +17,9 @@ set -e # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package +# Debconf +. /usr/share/debconf/confmodule + case "$1" in purge) # continue below @@ -30,6 +33,9 @@ esac # remove spamd run directory dpkg-statoverride --remove /var/run/spamd >/dev/null 2>&1 || true +# purge debconf database we don't need +db_purge + # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts.