From aa3273c6fd0d55a28a8ddae6c080cd16a5bce6ca Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sun, 15 Apr 2007 12:17:21 +0200 Subject: [PATCH] Add #DEBHELPER# to maintainer scripts. --- debian/changelog | 1 + debian/postinst | 2 ++ debian/postrm | 2 ++ 3 files changed, 5 insertions(+) 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 -- 2.1.4