]> git.donarmstrong.com Git - debhelper.git/commitdiff
r1650: * dh_scrollkeeper: Make postinst /dev/null stdout of which test. version_4.1.89
authorjoey <joey>
Fri, 23 Jan 2004 20:55:05 +0000 (20:55 +0000)
committerjoey <joey>
Fri, 23 Jan 2004 20:55:05 +0000 (20:55 +0000)
autoscripts/postinst-scrollkeeper

index 1132b56c9360d9bbc52d5f7478125bd9f3c0487a..b21804931d1e90c66f8b8f1f0a2fa0014df9f71f 100644 (file)
@@ -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