]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-sharedmimeinfo
dh: Ensure -a and -i are passed when running override_dh_command-arch and override_dh...
[debhelper.git] / autoscripts / postinst-sharedmimeinfo
1 if [ "$1" = "configure" ] && [ -x "`which update-mime-database 2>/dev/null`" ]; then
2         update-mime-database /usr/share/mime
3 fi