]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-sharedmimeinfo
cmake: Pass CPPFLAGS in CFLAGS. Closes: #668813 Thanks, Simon Ruderich for the patch...
[debhelper.git] / autoscripts / postrm-sharedmimeinfo
1 if [ -x "`which update-mime-database 2>/dev/null`" ]; then
2         update-mime-database /usr/share/mime
3 fi