]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-desktop
r1856: * dh_python: Temporarily revert change in 5.0.13 to make use of
[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