Code

Updated json Rop and RPC again
[gosa.git] / gosa-core / debian / gosa.postinst
index 6286d073a1f75131f7790c1a460b55a89f423c1f..c5be1424318a1c5d28c3ca5c84625770b6bbcb9d 100644 (file)
@@ -12,6 +12,11 @@ case "$1" in
   abort-upgrade|abort-remove|abort-deconfigure)
       ;;
 
+  triggered)
+      /usr/sbin/update-gosa
+      exit 0
+      ;;
+
   *)
       echo "postinst called with unknown argument \`$1'" >&2
       exit 1
@@ -104,4 +109,3 @@ chmod 770 -R /var/cache/gosa
 update-gosa
 
 exit 0
-