From: joey Date: Fri, 23 Jan 2004 20:55:05 +0000 (+0000) Subject: r1650: * dh_scrollkeeper: Make postinst /dev/null stdout of which test. X-Git-Tag: version_4.1.89^0 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bbd3f38a1809f278cca6e9a59d94b384e2a6455b;p=debhelper.git r1650: * dh_scrollkeeper: Make postinst /dev/null stdout of which test. --- 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