X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=apache2-cn.git;a=blobdiff_plain;f=debian%2Fpostrm;h=cd04f2b75ccdaf8cdf7ff5c3b674575cbd2d2f5d;hp=3324e2aec0b249d87f8c1625ab508c6e0e308440;hb=1ed1f8732e5e0135f53922da0d53b23b5a040751;hpb=97403a29dd00c996aed65739702f80717e4b1d5c diff --git a/debian/postrm b/debian/postrm index 3324e2a..cd04f2b 100755 --- a/debian/postrm +++ b/debian/postrm @@ -2,6 +2,9 @@ set -e +# Debconf +. /usr/share/debconf/confmodule + # Include CARNet functions. . /usr/share/carnet-tools/functions.sh @@ -71,6 +74,9 @@ case "$1" in done fi + # Debconf purge + db_purge + # Mail root cp_mail "apache2-cn" ;; @@ -78,6 +84,4 @@ case "$1" in ;; esac -#DEBHELPER# - exit 0