]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-sharedmimeinfo
dh_shlibdeps: Warn if -V flag is passed, to avoid it accidentially being used here...
[debhelper.git] / autoscripts / postrm-sharedmimeinfo
1 if [ -x "`which update-mime-database 2>/dev/null`" ]; then
2         update-mime-database /usr/share/mime
3 fi