From: Zeljko Boros Date: Mon, 28 Oct 2013 15:15:36 +0000 (+0100) Subject: - Dodan #DEBHELPER# u postinst/postrm X-Git-Tag: debian/1.27.wheezy2~1 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=sysadmin-cn.git;a=commitdiff_plain;h=28ad399a0783d47119af2181a8de0fac4aeafaf3 - Dodan #DEBHELPER# u postinst/postrm - Dodani ${shlibs:Depends}, ${misc:Depends} u Depends --- diff --git a/debian/control b/debian/control index 6c82512..88cf224 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Package: sysadmin-cn Replaces: sysadmin Conflicts: sysadmin Provides: sysadmin -Depends: quota (>= 4.00), ${shlibs:Depends} +Depends: quota (>= 4.00), ${shlibs:Depends}, ${misc:Depends} Architecture: any Description: Tty-based system administration tool Sysadmin is a simple menu driven tool for usual system administration diff --git a/debian/postinst b/debian/postinst index 8c8e824..e09c8d8 100755 --- a/debian/postinst +++ b/debian/postinst @@ -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# diff --git a/debian/postrm b/debian/postrm index 3208452..2ca381e 100755 --- a/debian/postrm +++ b/debian/postrm @@ -5,3 +5,8 @@ set -e if [ "$1" = "purge" ] ; then dpkg-statoverride --remove /usr/bin/sysadmin > /dev/null 2> /dev/null || true fi + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER#