summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
authorjoey <joey>1999-08-17 05:09:47 +0000
committerjoey <joey>1999-08-17 05:09:47 +0000
commit3a48e5ca07d99dacf1dc3899a66d5874fa7cf796 (patch)
tree808bf6a8778a467888b846088e2d236b62d298b4 /autoscripts
parent7e30b95a60b9197618c6223388d2c49bee13c2c6 (diff)
downloaddebhelper-3a48e5ca07d99dacf1dc3899a66d5874fa7cf796.tar.gz
r171: Initial Import
Diffstat (limited to 'autoscripts')
-rw-r--r--autoscripts/postinst-menu-method2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postinst-menu-method b/autoscripts/postinst-menu-method
index 6ab538cb..03acde7f 100644
--- a/autoscripts/postinst-menu-method
+++ b/autoscripts/postinst-menu-method
@@ -1,5 +1,5 @@
inst=/etc/menu-methods/#PACKAGE#
-if [ -x /usr/bin/update-menus && -f $inst ] ; then
+if [ -x /usr/bin/update-menus -a -f $inst ] ; then
chmod a+x $inst
update-menus
fi