diff options
author | joey <joey> | 2004-01-23 20:55:05 +0000 |
---|---|---|
committer | joey <joey> | 2004-01-23 20:55:05 +0000 |
commit | bbd3f38a1809f278cca6e9a59d94b384e2a6455b (patch) | |
tree | 6b5e8b5b1c3bccc3b98f9a528616efc076e769d3 | |
parent | 00a4c816da9688ad8dad26ae6e75151ab8127bf5 (diff) | |
download | debhelper-bbd3f38a1809f278cca6e9a59d94b384e2a6455b.tar.gz |
r1650: * dh_scrollkeeper: Make postinst /dev/null stdout of which test.version_4.1.89
-rw-r--r-- | autoscripts/postinst-scrollkeeper | 2 |
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 |