]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-mime
r533: * In script fragments, use more posix tests, no -a or -o, no parens.
[debhelper.git] / autoscripts / postinst-mime
index a28e5bd7911efc26bf1dfaa25c609c2c017f829b..bef63cc97295085f3db20ba68bc07f60e11b71ab 100644 (file)
@@ -1 +1 @@
-if [ "$1" = "configure" -a -x /usr/sbin/update-mime ]; then update-mime; fi
+if [ "$1" = "configure" ] && [ -x /usr/sbin/update-mime ]; then update-mime; fi