Code

- Removing path in front of command
authoropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 18 Oct 2010 23:35:03 +0000 (23:35 +0000)
committeropensides <opensides@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 18 Oct 2010 23:35:03 +0000 (23:35 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@20088 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/debian/gosa.postinst

index c5be1424318a1c5d28c3ca5c84625770b6bbcb9d..c48ea120f4c24f6d7f8c8a7cf13d81ccd3077972 100644 (file)
@@ -13,7 +13,7 @@ case "$1" in
       ;;
 
   triggered)
-      /usr/sbin/update-gosa
+      update-gosa
       exit 0
       ;;