X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpreinst;fp=debian%2Fpreinst;h=267d019aa01ab30789210bbd411c8838e87fe8ad;hb=e72712e4379a27c4993d608d4bbcd9c8d34e0d28;hp=f8a763114ebb78032db158aceffd8b3a09987f02;hpb=a44b54e22c419b5476760821275ba03559d2d3c4;p=grml-scripts.git diff --git a/debian/preinst b/debian/preinst index f8a7631..267d019 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: Mon Sep 18 16:13:18 CEST 2006 [mika] +# Latest change: Son Okt 28 17:19:05 CET 2007 [mika] ################################################################################ set -e @@ -28,6 +28,6 @@ case "$1" in exit 0 esac -exit 0 +#DEBHELPER# ## END OF FILE #################################################################