summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/zsh.postrm5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/zsh.postrm b/debian/zsh.postrm
index a8921f6d6..82649c6ee 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#