]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postinst-desktop
conffile moving idiocy
[debhelper.git] / autoscripts / postinst-desktop
1 if [ "$1" = "configure" ] && which update-desktop-database >/dev/null 2>&1 ; then
2         update-desktop-database -q
3 fi