diff options
-rw-r--r-- | debian/zsh.postinst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/debian/zsh.postinst b/debian/zsh.postinst index c9952016c..5993bc276 100644 --- a/debian/zsh.postinst +++ b/debian/zsh.postinst @@ -4,10 +4,8 @@ set -e case "$1" in (configure) -# if test -z "$2"; then - add-shell /bin/zsh - add-shell /usr/bin/zsh -# fi + add-shell /bin/zsh + add-shell /usr/bin/zsh ;; (abort-upgrade|abort-remove|abort-deconfigure) exit 0 |