Drop the DEBHELPER from maintainer scripts 1.0.23
authorMichael Prokop <mika@grml.org>
Sun, 28 Oct 2007 16:37:52 +0000 (17:37 +0100)
committerMichael Prokop <mika@grml.org>
Sun, 28 Oct 2007 16:37:52 +0000 (17:37 +0100)
debian/changelog
debian/postinst
debian/preinst

index 8d05797..df640af 100644 (file)
@@ -1,3 +1,9 @@
+grml-scripts (1.0.23) unstable; urgency=low
+
+  * Drop the DEBHELPER from maintainer scripts.
+
+ -- Michael Prokop <mika@grml.org>  Sun, 28 Oct 2007 17:37:33 +0100
+
 grml-scripts (1.0.22) unstable; urgency=low
 
   [ Frank Terbeck ]
index 78f3ae8..bcb01fd 100755 (executable)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Son Okt 28 17:18:56 CET 2007 [mika]
+# Latest change: Son Okt 28 17:37:25 CET 2007 [mika]
 ################################################################################
 
 set -e
@@ -23,6 +23,6 @@ case "$1" in
      exit 0
 esac
 
-#DEBHELPER#
+exit 0
 
 ## END OF FILE #################################################################
index 267d019..6a56568 100755 (executable)
@@ -4,7 +4,7 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Son Okt 28 17:19:05 CET 2007 [mika]
+# Latest change: Son Okt 28 17:37:29 CET 2007 [mika]
 ################################################################################
 
 set -e
@@ -28,6 +28,6 @@ case "$1" in
      exit 0
 esac
 
-#DEBHELPER#
+exit 0
 
 ## END OF FILE #################################################################