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