]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-desktop
38dd191c7261185656f6a9d20064624c0c83bdee
[debhelper.git] / autoscripts / postrm-desktop
1 if [ "$1" = "remove" ] && which update-desktop-database >/dev/null 2>&1 ; then
2         update-desktop-database -q
3 fi