From 651be44c078b91112bf18d87d3629d23beb1a5c7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 6 Mar 2009 14:02:15 -0500 Subject: 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) --- autoscripts/postinst-menu | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 autoscripts/postinst-menu (limited to 'autoscripts/postinst-menu') 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 -- cgit v1.2.3