From ecff4e2941eefd33c368be7a0ee372406a6d0e94 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 17 Aug 1999 04:20:25 +0000 Subject: r3: Initial revision --- autoscripts/postinst-menu-method | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 autoscripts/postinst-menu-method (limited to 'autoscripts/postinst-menu-method') diff --git a/autoscripts/postinst-menu-method b/autoscripts/postinst-menu-method new file mode 100644 index 00000000..0ea7959b --- /dev/null +++ b/autoscripts/postinst-menu-method @@ -0,0 +1,5 @@ +inst=/etc/menu-methods/#PACKAGE# +if [ -x /usr/bin/update-menus -a -f $inst -a -x /usr/sbin/install-menu ] ; then + chmod a+x $inst + update-menus +fi -- cgit v1.2.3