From: Michael Prokop Date: Sun, 28 Oct 2007 16:37:52 +0000 (+0100) Subject: Drop the DEBHELPER from maintainer scripts X-Git-Tag: 1.0.23 X-Git-Url: http://git.grml.org/?p=grml-scripts-core.git;a=commitdiff_plain;h=5dcc10dc82cbf740e3ebefdaf5f8e0fa15f3e0de Drop the DEBHELPER from maintainer scripts --- diff --git a/debian/changelog b/debian/changelog index 8d05797..df640af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grml-scripts (1.0.23) unstable; urgency=low + + * Drop the DEBHELPER from maintainer scripts. + + -- Michael Prokop Sun, 28 Oct 2007 17:37:33 +0100 + grml-scripts (1.0.22) unstable; urgency=low [ Frank Terbeck ] diff --git a/debian/postinst b/debian/postinst index 78f3ae8..bcb01fd 100755 --- a/debian/postinst +++ b/debian/postinst @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # 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 ################################################################# diff --git a/debian/preinst b/debian/preinst index 267d019..6a56568 100755 --- a/debian/preinst +++ b/debian/preinst @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # 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 #################################################################