[Pkg-zsh-commits] [zsh] 01/01: Remove alternative zsh4 from link zsh, raise zsh5 priority by one (Closes: #766015)

Axel Beckert abe at deuxchevaux.org
Mon Oct 20 07:56:39 UTC 2014


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch debian
in repository zsh.

commit 5409996b2e9d7fb28d7559824b62be0707ab3b85
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Oct 20 09:56:18 2014 +0200

    Remove alternative zsh4 from link zsh, raise zsh5 priority by one (Closes: #766015)
---
 debian/zsh.postinst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/zsh.postinst b/debian/zsh.postinst
index 0224d50..ec4083e 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

-- 
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