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