summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-menu-method
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-menu-method')
-rw-r--r--autoscripts/postinst-menu-method5
1 files changed, 5 insertions, 0 deletions
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