X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=squirrelmail-cn.git;a=blobdiff_plain;f=debian%2Fpostrm;fp=debian%2Fpostrm;h=c5f4fc579d89eba144aaca638b5f2c533e76fd62;hp=0000000000000000000000000000000000000000;hb=1ff8d171b246925b19d2c8299fbcd71f55d2edcd;hpb=821e3a1c91c5376cbd8a9c3a63a3f6bf07e935fb diff --git a/debian/postrm b/debian/postrm new file mode 100644 index 0000000..c5f4fc5 --- /dev/null +++ b/debian/postrm @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +if [ "$1" = purge -a -e /usr/share/debconf/confmodule ]; then + . /usr/share/debconf/confmodule + db_purge +fi + +exit 0