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