summaryrefslogtreecommitdiff
path: root/debian/zsh.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/zsh.postinst')
-rw-r--r--debian/zsh.postinst6
1 files changed, 0 insertions, 6 deletions
diff --git a/debian/zsh.postinst b/debian/zsh.postinst
index 03b9e8a1c..3faa471f9 100644
--- a/debian/zsh.postinst
+++ b/debian/zsh.postinst
@@ -12,12 +12,6 @@ update-alternatives --remove rzsh /bin/zsh5
case "$1" in
(configure)
- # New hardcoded symlinks which unfortunately can't be shipped inside
- # the package itself since some people want to merge /bin and /usr/bin
- # against FHS and all Unix tradition.
- if [ ! -e /usr/bin/zsh -a ! -L /usr/bin/zsh ]; then
- ln -s /bin/zsh /usr/bin/zsh
- fi
;;
(abort-upgrade|abort-remove|abort-deconfigure)
exit 0