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, 0 insertions, 5 deletions
diff --git a/autoscripts/postinst-menu-method b/autoscripts/postinst-menu-method
deleted file mode 100644
index 01913d82..00000000
--- a/autoscripts/postinst-menu-method
+++ /dev/null
@@ -1,5 +0,0 @@
-inst=/etc/menu-methods/#PACKAGE#
-if [ -x /usr/bin/update-menus ] && [ -f $inst ] ; then
- chmod a+x $inst
- update-menus
-fi