summaryrefslogtreecommitdiff
path: root/debian/zsh-common.postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/zsh-common.postrm')
-rw-r--r--debian/zsh-common.postrm2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/zsh-common.postrm b/debian/zsh-common.postrm
index a878c64b0..5e6f919be 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