diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-10-20 14:03:13 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-10-20 14:03:13 +0200 |
commit | 986508c2cb26eaf48deb6929ce0310af6ef48fe8 (patch) | |
tree | c727ac39e5810ba07655fe13081e457db10ca155 | |
parent | 5409996b2e9d7fb28d7559824b62be0707ab3b85 (diff) | |
download | zsh-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.postinst | 3 |
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# |