From 28ad399a0783d47119af2181a8de0fac4aeafaf3 Mon Sep 17 00:00:00 2001 From: Zeljko Boros Date: Mon, 28 Oct 2013 16:15:36 +0100 Subject: [PATCH] - Dodan #DEBHELPER# u postinst/postrm - Dodani ${shlibs:Depends}, ${misc:Depends} u Depends --- debian/control | 2 +- debian/postinst | 5 +++++ debian/postrm | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) 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# -- 1.7.10.4