From c84545b9234bf1d233983d5ae59ab59d573a5460 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 21 Jun 2002 00:46:43 +0000 Subject: r533: * In script fragments, use more posix tests, no -a or -o, no parens. Closes: #150403 --- autoscripts/postinst-menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoscripts/postinst-menu') diff --git a/autoscripts/postinst-menu b/autoscripts/postinst-menu index 8a46311f..276a3c0a 100644 --- a/autoscripts/postinst-menu +++ b/autoscripts/postinst-menu @@ -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 -- cgit v1.2.3