From: cajus Date: Mon, 11 Apr 2011 10:16:14 +0000 (+0000) Subject: Fixed path in postinst X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=498fb47e455cc5d1eb8add068ad1ce293f578825;p=gosa.git Fixed path in postinst git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20682 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/debian/gosa.postinst b/gosa-core/debian/gosa.postinst index c5be14243..c48ea120f 100644 --- a/gosa-core/debian/gosa.postinst +++ b/gosa-core/debian/gosa.postinst @@ -13,7 +13,7 @@ case "$1" in ;; triggered) - /usr/sbin/update-gosa + update-gosa exit 0 ;;