diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-10-20 14:04:46 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-10-20 14:04:46 +0200 |
commit | 93f26bfede75a50a548f05cd6030e6023599691a (patch) | |
tree | e7152044b2fed6244dc806ac5f887a632a21a218 | |
parent | 986508c2cb26eaf48deb6929ce0310af6ef48fe8 (diff) | |
download | zsh-93f26bfede75a50a548f05cd6030e6023599691a.tar.gz zsh-93f26bfede75a50a548f05cd6030e6023599691a.zip |
Remove zsh4 alternative after installing zsh5 alternative so that it's never empty
Git-Dch: Ignore
-rw-r--r-- | debian/zsh.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/zsh.postinst b/debian/zsh.postinst index ec4083ef4..40f175631 100644 --- a/debian/zsh.postinst +++ b/debian/zsh.postinst @@ -21,11 +21,11 @@ esac update-alternatives --remove zsh /usr/bin/zsh update-alternatives --remove ksh /usr/bin/zsh update-alternatives --remove ksh /bin/zsh4 -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 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 # Replace documentation directory with symlink docdir="/usr/share/doc/zsh" |