From: opensides Date: Wed, 5 May 2010 17:14:32 +0000 (+0000) Subject: - Forget to remove echo in set X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=051ba1304ceca85258a80a93aed4ea2c54d76a62;p=gosa.git - Forget to remove echo in set git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@18153 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/debian/gosa.postinst b/gosa-core/debian/gosa.postinst index cc4f8a98a..1e6e61fb5 100644 --- a/gosa-core/debian/gosa.postinst +++ b/gosa-core/debian/gosa.postinst @@ -3,7 +3,7 @@ # # see: dh_installdeb(1) -set -ex +set -e case "$1" in configure) diff --git a/gosa-core/debian/gosa.postrm b/gosa-core/debian/gosa.postrm index 8e5b4a1e0..6a4a072aa 100644 --- a/gosa-core/debian/gosa.postrm +++ b/gosa-core/debian/gosa.postrm @@ -2,7 +2,7 @@ # postrm script for GOsa # -set -ex +set -e case "$1" in purge|remove)