summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2014-10-20 14:03:13 +0200
committerAxel Beckert <abe@deuxchevaux.org>2014-10-20 14:03:13 +0200
commit986508c2cb26eaf48deb6929ce0310af6ef48fe8 (patch)
treec727ac39e5810ba07655fe13081e457db10ca155
parent5409996b2e9d7fb28d7559824b62be0707ab3b85 (diff)
downloadzsh-986508c2cb26eaf48deb6929ce0310af6ef48fe8.tar.gz
zsh-986508c2cb26eaf48deb6929ce0310af6ef48fe8.zip
Remove alternative zsh4-static from link zsh-static, raise zsh5-static priority by one
-rw-r--r--debian/zsh-static.postinst3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/zsh-static.postinst b/debian/zsh-static.postinst
index 18432c0fa..e275a2cb3 100644
--- a/debian/zsh-static.postinst
+++ b/debian/zsh-static.postinst
@@ -19,7 +19,8 @@ case "$1" in
;;
esac
-update-alternatives --install /bin/zsh-static zsh-static /bin/zsh5-static 40
+update-alternatives --install /bin/zsh-static zsh-static /bin/zsh5-static 41
+update-alternatives --remove zsh-static /bin/zsh4-static
#DEBHELPER#