Add #DEBHELPER# to maintainer scripts.
authorMichael Prokop <mika@grml.org>
Sun, 15 Apr 2007 10:17:21 +0000 (12:17 +0200)
committerMichael Prokop <mika@grml.org>
Sun, 15 Apr 2007 10:17:21 +0000 (12:17 +0200)
debian/changelog
debian/postinst
debian/postrm

index 68b2909..d84dd89 100644 (file)
@@ -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 <mika@grml.org>  Sun, 15 Apr 2007 12:12:33 +0200
 
index 2e94284..2c1041c 100755 (executable)
@@ -38,4 +38,6 @@ update-rc.d ${INITSCRIPT}.last   start 99 2 . >/dev/null
 
 fi
 
+#DEBHELPER#
+
 exit 0
index 099e6c0..c61a0d7 100755 (executable)
@@ -16,4 +16,6 @@ if [ "$1" = "purge" ]; then
   fi
 fi
 
+#DEBHELPER#
+
 exit 0