]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-mime
r1746: * dh_installmodules autoscripts: Now that return code 3 is allocated by
[debhelper.git] / autoscripts / postinst-mime
1 if [ "$1" = "configure" ] && [ -x "`which update-mime 2>/dev/null`" ]; then
2         update-mime
3 fi