[Pkg-zsh-commits] [SCM] Debian zsh package branch, debian, updated. debian/5.0.2-3-3-g5ee2676

Axel Beckert abe at deuxchevaux.org
Fri May 31 00:02:21 UTC 2013


The following commit has been merged in the debian branch:
commit 35d13111ae193b1d19a7f6ffab2859674d3780c4
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Fri May 31 01:59:21 2013 +0200

    Remove redundant update-menus calls in maintainer scripts
    
    dh_installmenu adds such a call automatically via the #DEBHELPER# marker

diff --git a/debian/zsh-common.postinst b/debian/zsh-common.postinst
index 2845407..601994b 100644
--- a/debian/zsh-common.postinst
+++ b/debian/zsh-common.postinst
@@ -2,8 +2,6 @@
 
 set -e
 
-if test -x /usr/bin/update-menus ; then update-menus ; fi
-
 mkdir -m2775 -p /usr/local/share/zsh/site-functions && chown root:staff \
                /usr/local/share/zsh/site-functions || true
 
diff --git a/debian/zsh-common.postrm b/debian/zsh-common.postrm
index a878c64..5e6f919 100644
--- a/debian/zsh-common.postrm
+++ b/debian/zsh-common.postrm
@@ -2,8 +2,6 @@
 
 set -e
 
-if test -x /usr/bin/update-menus ; then update-menus ; fi
-
 if [ "$1" = "purge" ]; then
     rmdir -p /usr/local/share/zsh/site-functions || true
 fi

-- 
Debian zsh package



More information about the Pkg-zsh-commits mailing list