]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/postrm-scrollkeeper
r1607: * dh_installcatalogs: in prerm on upgrade, call update-catalog on the
[debhelper.git] / autoscripts / postrm-scrollkeeper
1 if [ "$1" = "remove" ] && which scrollkeeper-update >/dev/null 2>&1; then
2         scrollkeeper-update -q
3 fi