X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostrm;h=9a66c719d662fdaa55e1b7cf1a10ecf20ed0fb39;hb=21f8ca85bfe69e06d45e20ccc13b45d722686e63;hp=c5f4fc579d89eba144aaca638b5f2c533e76fd62;hpb=e90ef71b190bd6b5802dfc42357c6c8dade3a5fa;p=squirrelmail-cn.git diff --git a/debian/postrm b/debian/postrm index c5f4fc5..9a66c71 100644 --- a/debian/postrm +++ b/debian/postrm @@ -2,9 +2,13 @@ set -e -if [ "$1" = purge -a -e /usr/share/debconf/confmodule ]; then - . /usr/share/debconf/confmodule +# Debconf +. /usr/share/debconf/confmodule + +if [ "$1" = purge ]; then db_purge fi +db_stop + exit 0