[Pkg-zsh-commits] [zsh] 01/02: Remove alternative zsh4-static from link zsh-static, raise zsh5-static priority by one

Axel Beckert abe at deuxchevaux.org
Mon Oct 20 12:12:16 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 986508c2cb26eaf48deb6929ce0310af6ef48fe8
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Oct 20 14:03:13 2014 +0200

    Remove alternative zsh4-static from link zsh-static, raise zsh5-static priority by one
---
 debian/zsh-static.postinst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/zsh-static.postinst b/debian/zsh-static.postinst
index 18432c0..e275a2c 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#
 

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