X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fpostinst-mime;h=bef63cc97295085f3db20ba68bc07f60e11b71ab;hb=c84545b9234bf1d233983d5ae59ab59d573a5460;hp=a28e5bd7911efc26bf1dfaa25c609c2c017f829b;hpb=3c36c2532c3907f0a315d9010654176e8e9fc319;p=debhelper.git diff --git a/autoscripts/postinst-mime b/autoscripts/postinst-mime index a28e5bd..bef63cc 100644 --- a/autoscripts/postinst-mime +++ b/autoscripts/postinst-mime @@ -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