From: cajus Date: Thu, 21 Jun 2007 08:58:15 +0000 (+0000) Subject: Fixed debhelper problem X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bcc915d61a390bdcc6b47400c2535462d59034f7;p=gosa.git Fixed debhelper problem git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6648 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/debian/gosa.postinst b/debian/gosa.postinst index 7df5d1b73..0c45ec06a 100755 --- a/debian/gosa.postinst +++ b/debian/gosa.postinst @@ -1,6 +1,8 @@ #! /bin/sh # GOsa postinst script +#DEBHELPER# + # We exit unless the package is being configured case "$1" in abort*upgrade) exit 0;;