From 051021aca4bc97516330e928525600992f4851b2 Mon Sep 17 00:00:00 2001 From: cajus Date: Sun, 17 Oct 2010 10:15:27 +0000 Subject: [PATCH] Finally updated trigger in postinst git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@20069 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/debian/gosa.postinst | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/gosa-core/debian/gosa.postinst b/gosa-core/debian/gosa.postinst index 285905d2c..edf307e37 100644 --- a/gosa-core/debian/gosa.postinst +++ b/gosa-core/debian/gosa.postinst @@ -13,17 +13,7 @@ case "$1" in ;; triggered) - for triggername in $2; do - case "$triggername" in - "update-gosa") - /usr/sbin/update-gosa - ;; - *) - echo "unhandled/unknown trigger!" - exit 1 - ;; - esac - done + /usr/sbin/update-gosa ;; *) -- 2.30.2