diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-03-06 14:02:15 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-03-06 14:02:15 -0500 |
commit | 651be44c078b91112bf18d87d3629d23beb1a5c7 (patch) | |
tree | e54eee3059b6d08814f5b0de9641d105ded65e31 /autoscripts/postinst-menu | |
parent | 14f322661663b3d95231fa2a499e856fc1689e14 (diff) | |
download | debhelper-651be44c078b91112bf18d87d3629d23beb1a5c7.tar.gz |
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-menu | 3 |
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 |