X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fpostinst;h=e09c8d810d4f6621dce330ab3fdb05b898a489bd;hb=HEAD;hp=7d1a3a72c40521ab7d9a207d06f90992f20ca751;hpb=120fc696e5312c3e850172c1e75d0526adb7d486;p=sysadmin-cn.git diff --git a/debian/postinst b/debian/postinst index 7d1a3a7..e09c8d8 100755 --- a/debian/postinst +++ b/debian/postinst @@ -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#