[Pkg-zsh-commits] [zsh] 01/01: Also remove hardcoded /usr/bin/zsh symlink in postrm again. (Closes: #823730)
Axel Beckert
abe at deuxchevaux.org
Sun May 8 16:02:54 UTC 2016
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch debian-stretch
in repository zsh.
commit f368b96e77c79339b9ef4208ab52e1a240bdcf27
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Sun May 8 17:34:36 2016 +0200
Also remove hardcoded /usr/bin/zsh symlink in postrm again. (Closes: #823730)
---
debian/zsh.postrm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/debian/zsh.postrm b/debian/zsh.postrm
index a8921f6..82649c6 100644
--- a/debian/zsh.postrm
+++ b/debian/zsh.postrm
@@ -9,4 +9,9 @@ case "$1" in
;;
esac
+# Remove hardcoded symlink again
+if [ -L /usr/bin/zsh ]; then
+ rm -f /usr/bin/zsh
+fi
+
#DEBHELPER#
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git
More information about the Pkg-zsh-commits
mailing list