]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-mime
r528: * Consistently use the which command instead of command -v or hardcoded
[debhelper.git] / autoscripts / postrm-mime
1 if which update-mime >/dev/null 2>&1; then update-mime; fi