summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-scrollkeeper
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-scrollkeeper')
-rw-r--r--autoscripts/postinst-scrollkeeper2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postinst-scrollkeeper b/autoscripts/postinst-scrollkeeper
index 5f2a255d..1132b56c 100644
--- a/autoscripts/postinst-scrollkeeper
+++ b/autoscripts/postinst-scrollkeeper
@@ -1,3 +1,3 @@
-if [ "$1" = "configure" ]; then
+if [ "$1" = "configure" ] && which scrollkeeper-update 2>/dev/null; then
scrollkeeper-update -q
fi