summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-mime
blob: 3749fc9d503b5539928579f53f29589889ea60c3 (plain)
1
2
3
if [ "$1" = "configure" ] && [ -x "`which update-mime 2>/dev/null`" ]; then
	update-mime
fi