[Pkg-zsh-commits] [zsh] 01/01: Yet another minor fixup of the alternatives-system removal

Axel Beckert abe at deuxchevaux.org
Sun Jan 31 20:08:01 UTC 2016


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

abe pushed a commit to branch debian
in repository zsh.

commit 2d082be2cf1ba851ddbca35f84d9b6fb5e42ed34
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Jan 31 20:50:53 2016 +0100

    Yet another minor fixup of the alternatives-system removal
    
    Gbp-Dch: Ignore
---
 debian/zsh.links    | 2 ++
 debian/zsh.postinst | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/zsh.links b/debian/zsh.links
index cb996f2..324b0f2 100644
--- a/debian/zsh.links
+++ b/debian/zsh.links
@@ -1,3 +1,5 @@
 /usr/share/doc/zsh-common/changelog.gz /usr/share/doc/zsh/changelog.gz
 /usr/share/doc/zsh-common/examples /usr/share/doc/zsh/examples
 /usr/share/doc/zsh-common /usr/share/doc/zsh/doc
+/bin/zsh /bin/rzsh
+/usr/share/man/man1/zsh.1.gz /usr/share/man/man1/rzsh.1.gz
diff --git a/debian/zsh.postinst b/debian/zsh.postinst
index 843a8f3..c995201 100644
--- a/debian/zsh.postinst
+++ b/debian/zsh.postinst
@@ -24,7 +24,7 @@ update-alternatives --remove ksh /bin/zsh4
 
 # Remove alternatives system for zsh in general
 update-alternatives --remove zsh /bin/zsh5
-update-alternatives --remove rzsh /bin/rzsh5
+update-alternatives --remove rzsh /bin/zsh5
 
 # New hardcoded symlinks which unfortunately can't be shipped inside
 # the package itself since some people want to merge /bin and /usr/bin

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