diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2016-12-27 21:50:01 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2016-12-27 21:58:04 +0100 |
commit | 39e03ff0ebfa846af7158252b62981064c0df71e (patch) | |
tree | 4691a51dcd40588b3fb6bc998f88e93112df6fff /debian/zsh.postinst | |
parent | 01a5541948706ae1fed36c5f24b10e2ee4068c5e (diff) | |
download | zsh-39e03ff0ebfa846af7158252b62981064c0df71e.tar.gz zsh-39e03ff0ebfa846af7158252b62981064c0df71e.zip |
Remove zsh.postinst code which was commented for longer than we use git
Diffstat (limited to 'debian/zsh.postinst')
-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 |