From bbd3f38a1809f278cca6e9a59d94b384e2a6455b Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 23 Jan 2004 20:55:05 +0000 Subject: [PATCH] r1650: * dh_scrollkeeper: Make postinst /dev/null stdout of which test. --- autoscripts/postinst-scrollkeeper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoscripts/postinst-scrollkeeper b/autoscripts/postinst-scrollkeeper index 1132b56..b218049 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 -- 2.39.5