diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-11-11 01:14:40 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-11-11 01:14:40 +0100 |
commit | af8ab9dece5c02b1df6197f8e732999e049fefd9 (patch) | |
tree | ab11a434a4a4ce5119d1aa66b8eb53ee0e66bc43 | |
parent | d2251c4e696553b87690d43d237ed609308d6eb6 (diff) | |
download | zsh-af8ab9dece5c02b1df6197f8e732999e049fefd9.tar.gz zsh-af8ab9dece5c02b1df6197f8e732999e049fefd9.zip |
Also remove zsh4 alternative for rzsh (Closes: #768241)
-rw-r--r-- | debian/zsh.postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/zsh.postinst b/debian/zsh.postinst index 40f175631..92a2300a8 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" |