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