X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostrm;h=b30cc52d3e6126e46d0857b362da209960670280;hb=81c2ba7771a12acfabee14655a28132d46daa119;hp=9a66c719d662fdaa55e1b7cf1a10ecf20ed0fb39;hpb=21f8ca85bfe69e06d45e20ccc13b45d722686e63;p=squirrelmail-cn.git diff --git a/debian/postrm b/debian/postrm index 9a66c71..b30cc52 100644 --- a/debian/postrm +++ b/debian/postrm @@ -2,13 +2,9 @@ set -e -# Debconf -. /usr/share/debconf/confmodule +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. -if [ "$1" = purge ]; then - db_purge -fi - -db_stop +#DEBHELPER# exit 0