From bcc915d61a390bdcc6b47400c2535462d59034f7 Mon Sep 17 00:00:00 2001 From: cajus Date: Thu, 21 Jun 2007 08:58:15 +0000 Subject: [PATCH] Fixed debhelper problem git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6648 594d385d-05f5-0310-b6e9-bd551577e9d8 --- debian/gosa.postinst | 2 ++ 1 file changed, 2 insertions(+) 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;; -- 2.30.2