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