summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-sharedmimeinfo
blob: 917fd49adf9cb3f4f1afbf548eb3bbd192379483 (plain)
1
2
3
if [ -x "`which update-mime-database 2>/dev/null`" ]; then
	update-mime-database /usr/share/mime
fi