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