X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=autoscripts%2Fpostrm-mime;h=a9404112c55787ad7fac896e9b3d106d0d021142;hb=d27f02705863d955be3d15410919a9faa2eb3ab0;hp=e993233b2007d161d79cb6a675750597b1bfcd95;hpb=f375c254bef045414797dfb9bd55c6ddc7391659;p=debhelper.git diff --git a/autoscripts/postrm-mime b/autoscripts/postrm-mime index e993233..a940411 100644 --- a/autoscripts/postrm-mime +++ b/autoscripts/postrm-mime @@ -1 +1 @@ -if [ -x /usr/sbin/update-mime ]; then update-mime; fi +if which update-mime >/dev/null 2>&1; then update-mime; fi