summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-menu
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-03-06 14:02:15 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-03-06 14:02:15 -0500
commit651be44c078b91112bf18d87d3629d23beb1a5c7 (patch)
treee54eee3059b6d08814f5b0de9641d105ded65e31 /autoscripts/postrm-menu
parent14f322661663b3d95231fa2a499e856fc1689e14 (diff)
dh_installmenus: Now that a triggers capable menu and dpkg are in stable, menu does not need to be explicitly run in maintainer scripts, except for packages with menu-methods files. (See #473467)
Diffstat (limited to 'autoscripts/postrm-menu')
-rw-r--r--autoscripts/postrm-menu1
1 files changed, 0 insertions, 1 deletions
diff --git a/autoscripts/postrm-menu b/autoscripts/postrm-menu
deleted file mode 100644
index a180558d..00000000
--- a/autoscripts/postrm-menu
+++ /dev/null
@@ -1 +0,0 @@
-if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi