From: cajus Date: Sun, 17 Oct 2010 10:15:27 +0000 (+0000) Subject: Finally updated trigger in postinst X-Git-Url: https://git.tokkee.org/?p=gosa.git;a=commitdiff_plain;h=051021aca4bc97516330e928525600992f4851b2 Finally updated trigger in postinst git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@20069 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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 ;; *)