summaryrefslogtreecommitdiff
path: root/autoscripts
diff options
context:
space:
mode:
authorjoey <joey>2004-01-23 20:55:05 +0000
committerjoey <joey>2004-01-23 20:55:05 +0000
commitbbd3f38a1809f278cca6e9a59d94b384e2a6455b (patch)
tree6b5e8b5b1c3bccc3b98f9a528616efc076e769d3 /autoscripts
parent00a4c816da9688ad8dad26ae6e75151ab8127bf5 (diff)
r1650: * dh_scrollkeeper: Make postinst /dev/null stdout of which test.
Diffstat (limited to 'autoscripts')
-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