X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fprerm;h=70b8c889f6c078361b730daed5e649efbd7b16d5;hb=c75107fd7e4c477c0b7910be102c0f8920881386;hp=9827786574bd5adb8d983fdf0561ca82d08b155b;hpb=83f37b8fd3d56064545b37748c3c511545eb9000;p=squirrelmail-change-pass-cn.git diff --git a/debian/prerm b/debian/prerm index 9827786..70b8c88 100644 --- a/debian/prerm +++ b/debian/prerm @@ -9,6 +9,8 @@ case "$1" in . /usr/share/carnet-tools/functions.sh PKG="squirrelmail-change-pass-cn" + SQCONFDIR="/etc/squirrelmail" + SQCONF="$SQCONFDIR/config.php" need_restart=0 # Remove CARNet configuration from /etc/hosts.allow and @@ -24,10 +26,7 @@ case "$1" in # Remove SquirrelMail change_pass plugin from SquirrelMail # configuration. # - SQCONF=/etc/squirrelmail/config.php - if egrep -q '^\$plugins\[[0-9]+\][\ ]*=[\ ]*'\''change_pass'\' "$SQCONF"; then - cp_echo "CN: Disabling SquirrelMail change_pass plugin in $SQCONF" /usr/sbin/squirrelmail-configure --remove-plugin change_pass fi @@ -73,4 +72,6 @@ case "$1" in ;; esac +#DEBHELPER# + exit 0