]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postrm-mime
releasing version 9.20120909
[debhelper.git] / autoscripts / postrm-mime
index e993233b2007d161d79cb6a675750597b1bfcd95..a9404112c55787ad7fac896e9b3d106d0d021142 100644 (file)
@@ -1 +1 @@
-if [ -x /usr/sbin/update-mime ]; then update-mime; fi
+if which update-mime >/dev/null 2>&1; then update-mime; fi