[debian-edu-commits] debian-edu/pkg-team/ 03/10: debian/gosa.prerm: Ignore those valid prerm options that nothing has to be done for. (Closes: #745045).
Mike Gabriel
sunweaver at debian.org
Mon May 19 06:43:04 UTC 2014
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository gosa.
commit 568f97197ff22b982cc733d736fae560cfe6070d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun May 18 14:22:24 2014 +0200
debian/gosa.prerm: Ignore those valid prerm options that nothing has to be done for. (Closes: #745045).
---
debian/gosa.prerm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/gosa.prerm b/debian/gosa.prerm
index 20c085b..901951b 100755
--- a/debian/gosa.prerm
+++ b/debian/gosa.prerm
@@ -15,7 +15,9 @@ case "$1" in
done
rmdir --ignore-fail-on-non-empty /usr/share/gosa/bin
;;
-
+ deconfigure|upgrade|failed-upgrade)
+ :
+ ;;
*)
echo "prerm called with unknown argument \`$1'" >&2
exit 1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/gosa.git
More information about the debian-edu-commits
mailing list