diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2012-12-28 02:38:52 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2012-12-28 03:00:00 +0100 |
commit | be35418de37bc7e11721e66286e1194070e05133 (patch) | |
tree | 400c3b08811236894cf9a604941a35e16487468d /debian/zsh.postinst | |
parent | a7986a4a95afc58b96cc1a297e6481e8e150b88f (diff) | |
download | zsh-be35418de37bc7e11721e66286e1194070e05133.tar.gz zsh-be35418de37bc7e11721e66286e1194070e05133.zip |
Split off arch-independent files into zsh-common
Diffstat (limited to 'debian/zsh.postinst')
-rw-r--r-- | debian/zsh.postinst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/zsh.postinst b/debian/zsh.postinst index b639d9f68..c9be2ebbb 100644 --- a/debian/zsh.postinst +++ b/debian/zsh.postinst @@ -18,8 +18,6 @@ case "$1" in ;; esac -if test -x /usr/bin/update-menus ; then update-menus ; fi - update-alternatives --remove zsh /usr/bin/zsh update-alternatives --remove ksh /usr/bin/zsh update-alternatives --remove ksh /bin/zsh4 @@ -28,9 +26,6 @@ update-alternatives --install /bin/zsh zsh /bin/zsh5 50 \ update-alternatives --install /bin/rzsh rzsh /bin/zsh5 50 \ --slave /usr/share/man/man1/rzsh.1.gz rzsh.1.gz /usr/share/man/man1/zsh.1.gz -mkdir -m2775 -p /usr/local/share/zsh/site-functions && chown root:staff \ - /usr/local/share/zsh/site-functions || true - #DEBHELPER# exit 0 |