diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2012-07-22 23:41:02 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2012-07-22 23:41:02 +0200 |
commit | 0e12e966be89c8923a56a6776f18ec7a3ab9d7dd (patch) | |
tree | 4d13384e41840d510adc4faee9365d68d5d48c57 /debian/postinst | |
parent | 1b2323de4c48a5a207752712605d19284759de0f (diff) | |
download | zsh-0e12e966be89c8923a56a6776f18ec7a3ab9d7dd.tar.gz zsh-0e12e966be89c8923a56a6776f18ec7a3ab9d7dd.zip |
debian/*: /bin/zsh4 → /bin/zsh5, etc.
Diffstat (limited to 'debian/postinst')
-rw-r--r-- | debian/postinst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/postinst b/debian/postinst index 5216deb7b..88f042ac0 100644 --- a/debian/postinst +++ b/debian/postinst @@ -23,9 +23,9 @@ 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 -update-alternatives --install /bin/zsh zsh /bin/zsh4 50 \ - --slave /usr/bin/zsh zsh-usrbin /bin/zsh4 -update-alternatives --install /bin/rzsh rzsh /bin/zsh4 50 \ +update-alternatives --install /bin/zsh zsh /bin/zsh5 50 \ + --slave /usr/bin/zsh zsh-usrbin /bin/zsh5 +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 \ |