]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-mime
3749fc9d503b5539928579f53f29589889ea60c3
[debhelper.git] / autoscripts / postinst-mime
1 if [ "$1" = "configure" ] && [ -x "`which update-mime 2>/dev/null`" ]; then
2         update-mime
3 fi