From aa6312f1c5eec0c6d1e809269811599c6a9a5658 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 9 Mar 2009 16:18:39 -0400 Subject: Revert "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)" This reverts commit 651be44c078b91112bf18d87d3629d23beb1a5c7. Conflicts: debian/changelog --- autoscripts/postinst-menu | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 autoscripts/postinst-menu (limited to 'autoscripts/postinst-menu') diff --git a/autoscripts/postinst-menu b/autoscripts/postinst-menu new file mode 100644 index 00000000..b56a3462 --- /dev/null +++ b/autoscripts/postinst-menu @@ -0,0 +1,3 @@ +if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then + update-menus +fi -- cgit v1.2.3