[Pkg-zsh-commits] [zsh] 01/02: Also remove zsh4 alternative for rzsh (Closes: #768241)

Axel Beckert abe at deuxchevaux.org
Tue Nov 11 00:16:41 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 af8ab9dece5c02b1df6197f8e732999e049fefd9
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Nov 11 01:14:40 2014 +0100

    Also remove zsh4 alternative for rzsh (Closes: #768241)
---
 debian/zsh.postinst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/zsh.postinst b/debian/zsh.postinst
index 40f1756..92a2300 100644
--- a/debian/zsh.postinst
+++ b/debian/zsh.postinst
@@ -26,6 +26,7 @@ update-alternatives --install /bin/zsh zsh /bin/zsh5 51 \
 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
 update-alternatives --remove zsh /bin/zsh4
+update-alternatives --remove rzsh /bin/zsh4
 
 # Replace documentation directory with symlink
 docdir="/usr/share/doc/zsh"

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