summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-desktop
blob: 38dd191c7261185656f6a9d20064624c0c83bdee (plain)
1
2
3
if [ "$1" = "remove" ] && which update-desktop-database >/dev/null 2>&1 ; then
	update-desktop-database -q
fi