[Pkg-zsh-commits] [zsh] 01/02: Remove zsh.postinst code which was commented for longer than we use git

Axel Beckert abe at deuxchevaux.org
Tue Dec 27 21:38:00 UTC 2016


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch debian
in repository zsh.

commit 39e03ff0ebfa846af7158252b62981064c0df71e
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Dec 27 21:50:01 2016 +0100

    Remove zsh.postinst code which was commented for longer than we use git
---
 debian/zsh.postinst | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/zsh.postinst b/debian/zsh.postinst
index c995201..5993bc2 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list