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/postrm-menu-method | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 autoscripts/postrm-menu-method (limited to 'autoscripts/postrm-menu-method') diff --git a/autoscripts/postrm-menu-method b/autoscripts/postrm-menu-method new file mode 100644 index 00000000..3e63f2f4 --- /dev/null +++ b/autoscripts/postrm-menu-method @@ -0,0 +1,3 @@ +inst=/etc/menu-methods/#PACKAGE# +if [ "$1" = "remove" -a -f "$inst" ]; then chmod a-x $inst ; fi +if [ -x /usr/bin/update-menus ] ; then update-menus; fi -- cgit v1.2.3