diff options
author | joey <joey> | 1999-08-17 05:09:47 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:09:47 +0000 |
commit | 3a48e5ca07d99dacf1dc3899a66d5874fa7cf796 (patch) | |
tree | 808bf6a8778a467888b846088e2d236b62d298b4 /autoscripts | |
parent | 7e30b95a60b9197618c6223388d2c49bee13c2c6 (diff) | |
download | debhelper-3a48e5ca07d99dacf1dc3899a66d5874fa7cf796.tar.gz |
r171: Initial Import
Diffstat (limited to 'autoscripts')
-rw-r--r-- | autoscripts/postinst-menu-method | 2 |
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 |