[Pkg-zsh-commits] [SCM] Debian zsh package branch, debian, updated. debian/5.0.2-2-22-g673851e

Axel Beckert abe at deuxchevaux.org
Tue Jan 15 16:25:41 UTC 2013


The following commit has been merged in the debian branch:
commit 673851ecf954146a9bec72b94ac6226dde0cad74
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Jan 15 17:15:36 2013 +0100

    Move /usr/local/share/zsh/… prerm removal from zsh to zsh-common (Closes: #698224)

diff --git a/debian/zsh.prerm b/debian/zsh-common.prerm
similarity index 78%
copy from debian/zsh.prerm
copy to debian/zsh-common.prerm
index a874e38..ffb0622 100644
--- a/debian/zsh.prerm
+++ b/debian/zsh-common.prerm
@@ -4,8 +4,6 @@ set -e
 
 case "$1" in
     (remove|deconfigure)
-	update-alternatives --remove zsh /bin/zsh5
-	update-alternatives --remove rzsh /bin/zsh5
         rmdir /usr/local/share/zsh/site-functions || true
         rmdir /usr/local/share/zsh || true
     ;;
diff --git a/debian/zsh.prerm b/debian/zsh.prerm
index a874e38..d49ec46 100644
--- a/debian/zsh.prerm
+++ b/debian/zsh.prerm
@@ -6,8 +6,6 @@ case "$1" in
     (remove|deconfigure)
 	update-alternatives --remove zsh /bin/zsh5
 	update-alternatives --remove rzsh /bin/zsh5
-        rmdir /usr/local/share/zsh/site-functions || true
-        rmdir /usr/local/share/zsh || true
     ;;
     (upgrade)
     ;;

-- 
Debian zsh package



More information about the Pkg-zsh-commits mailing list