X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=debian%2Fpostinst;h=bcb01fdce341e135585f1dcfa5e0811515914b7d;hb=9a02a8d1108d54f565cf6b3aa2b2413de7e790d4;hp=78f3ae85c62a59219975bf0aac451f8823330ebb;hpb=e72712e4379a27c4993d608d4bbcd9c8d34e0d28;p=grml-scripts-core.git 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 #################################################################