diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-10-20 09:56:18 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-10-20 09:56:18 +0200 |
commit | 5409996b2e9d7fb28d7559824b62be0707ab3b85 (patch) | |
tree | 12c977bf1ced6ddf3b5e435519590820946e68f1 | |
parent | 361e03b0f9f665a226bb7ea8f3f38ff808070801 (diff) | |
download | zsh-5409996b2e9d7fb28d7559824b62be0707ab3b85.tar.gz zsh-5409996b2e9d7fb28d7559824b62be0707ab3b85.zip |
Remove alternative zsh4 from link zsh, raise zsh5 priority by one (Closes: #766015)
-rw-r--r-- | debian/zsh.postinst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/zsh.postinst b/debian/zsh.postinst index 0224d5003..ec4083ef4 100644 --- a/debian/zsh.postinst +++ b/debian/zsh.postinst @@ -21,9 +21,10 @@ esac update-alternatives --remove zsh /usr/bin/zsh update-alternatives --remove ksh /usr/bin/zsh update-alternatives --remove ksh /bin/zsh4 -update-alternatives --install /bin/zsh zsh /bin/zsh5 50 \ +update-alternatives --remove zsh /bin/zsh4 +update-alternatives --install /bin/zsh zsh /bin/zsh5 51 \ --slave /usr/bin/zsh zsh-usrbin /bin/zsh5 -update-alternatives --install /bin/rzsh rzsh /bin/zsh5 50 \ +update-alternatives --install /bin/rzsh rzsh /bin/zsh5 51 \ --slave /usr/share/man/man1/rzsh.1.gz rzsh.1.gz /usr/share/man/man1/zsh.1.gz # Replace documentation directory with symlink |