summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-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/postinst-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/postinst-menu')
-rw-r--r--autoscripts/postinst-menu3
1 files changed, 0 insertions, 3 deletions
diff --git a/autoscripts/postinst-menu b/autoscripts/postinst-menu
deleted file mode 100644
index b56a3462..00000000
--- a/autoscripts/postinst-menu
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
- update-menus
-fi