Nova numeracija
[sysadmin-cn.git] / debian / postinst
index 7d1a3a7..e09c8d8 100755 (executable)
@@ -6,7 +6,7 @@ OLDCONFIG=/etc/adminusers
 LOG=/var/log/sysadmin.log
 OLDLOG=/var/adm/adminlog
 
-if [ "$1" == "configure" ]; then
+if [ "$1" = "configure" ]; then
 
        if [ "$2" ] && dpkg --compare-versions "$2" le "1.24" ; then
        echo ""
@@ -35,3 +35,8 @@ fi
 chmod 4750 /usr/bin/sysadmin
 dpkg-statoverride --remove /usr/bin/sysadmin > /dev/null 2> /dev/null || true
 dpkg-statoverride --update --add root root 4755 /usr/bin/sysadmin
+
+# dh_installdeb will replace this with shell code automatically
+# generated by other debhelper scripts.
+
+#DEBHELPER#