diff options
Diffstat (limited to 'debian/zsh.postinst')
-rw-r--r-- | debian/zsh.postinst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/zsh.postinst b/debian/zsh.postinst index 273d43882..03b9e8a1c 100644 --- a/debian/zsh.postinst +++ b/debian/zsh.postinst @@ -12,9 +12,6 @@ update-alternatives --remove rzsh /bin/zsh5 case "$1" in (configure) - add-shell /bin/zsh - add-shell /usr/bin/zsh - # 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. |