]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-mime
Updated French man page translation. Closes: #685560
[debhelper.git] / autoscripts / postinst-mime
index bef63cc97295085f3db20ba68bc07f60e11b71ab..3749fc9d503b5539928579f53f29589889ea60c3 100644 (file)
@@ -1 +1,3 @@
-if [ "$1" = "configure" ] && [ -x /usr/sbin/update-mime ]; then update-mime; fi
+if [ "$1" = "configure" ] && [ -x "`which update-mime 2>/dev/null`" ]; then
+       update-mime
+fi