X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=squirrelmail-change-pass-cn.git;a=blobdiff_plain;f=debian%2Fpostinst;h=a885448e4eb462e2c3ed3cd2612b89baa51212ca;hp=dc5c3bdf676338832ae37d55c9f7fe080433d72a;hb=dca548636bd128d4acfbcc731bf4d7ffff629d5d;hpb=e640d99cfeb0d10504d5ed152b21f8f3232b6b2b diff --git a/debian/postinst b/debian/postinst index dc5c3bd..a885448 100644 --- a/debian/postinst +++ b/debian/postinst @@ -9,7 +9,7 @@ set -e . /usr/share/carnet-tools/functions.sh PKG="squirrelmail-change-pass-cn" -VERSION="3.0.2" +VERSION="3.1.0" SQCONFDIR="/etc/squirrelmail" SQCONF="$SQCONFDIR/config.php" need_restart=0 @@ -35,7 +35,7 @@ fi # Enable change_pass plugin in SquirrelMail config.php. # if ! egrep -q '^\$plugins\[[0-9]+\][\ ]*=[\ ]*'\''change_pass'\' "$SQCONF"; then - /usr/sbin/squirrelmail-configure --install-plugin change_pass + squirrelmail-configure --install-plugin change_pass fi @@ -43,7 +43,6 @@ fi # Service configuration is saved in /etc/xinetd.d/ directory. # if [ -x /etc/init.d/xinetd -a -d /etc/xinetd.d -a -x /usr/sbin/itox ]; then - if egrep -q '^poppassd' /etc/inetd.conf && \ [ ! -f /etc/xinetd.d/poppassd ]; then @@ -62,7 +61,6 @@ fi # Restart xinetd if needed. # if [ $need_restart -eq 1 ]; then - if [ -x "/etc/init.d/xinetd" ]; then if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then invoke-rc.d xinetd restart || exit $?