]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-menu
r547: * Use invoke-rc.d always now that it is in policy. Fall back to old behavior
[debhelper.git] / autoscripts / postinst-menu
index 8a46311ff56369c410df9689b3cc5ff9147cbd90..276a3c0a7f64f4e9bb1bdc83bda0d55faa15f2ba 100644 (file)
@@ -1 +1 @@
-if [ "$1" = "configure" -a -x /usr/bin/update-menus ]; then update-menus ; fi
+if [ "$1" = "configure" ] && [ -x /usr/bin/update-menus ]; then update-menus ; fi