From: Michael Prokop Date: Sun, 15 Apr 2007 10:17:21 +0000 (+0200) Subject: Add #DEBHELPER# to maintainer scripts. X-Git-Tag: 0.6.34~1 X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=commitdiff_plain;h=aa3273c6fd0d55a28a8ddae6c080cd16a5bce6ca;hp=178c24e28b6c2e3e812c249c02fdae1c6c7394c2 Add #DEBHELPER# to maintainer scripts. --- diff --git a/debian/changelog b/debian/changelog index 68b2909..d84dd89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ grml-autoconfig (0.6.34) unstable; urgency=low * Code rewrite of config_fstab(), this should fix the '/home is unmounted on hd-installation if fstype is not auto'. * Bump Standard Version to 3.7.2 (no further changes). + * Add '#DEBHELPER#' to maintainer scripts. -- Michael Prokop Sun, 15 Apr 2007 12:12:33 +0200 diff --git a/debian/postinst b/debian/postinst index 2e94284..2c1041c 100755 --- a/debian/postinst +++ b/debian/postinst @@ -38,4 +38,6 @@ update-rc.d ${INITSCRIPT}.last start 99 2 . >/dev/null fi +#DEBHELPER# + exit 0 diff --git a/debian/postrm b/debian/postrm index 099e6c0..c61a0d7 100755 --- a/debian/postrm +++ b/debian/postrm @@ -16,4 +16,6 @@ if [ "$1" = "purge" ]; then fi fi +#DEBHELPER# + exit 0