]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/postinst-doc-base
r1717: releasing version 4.2.21
[debhelper.git] / autoscripts / postinst-doc-base
index fce4d17ead449181d93d2bc6b5333380836b49aa..39265721046586c56279466d69207afed7a9558f 100644 (file)
@@ -1,3 +1,3 @@
-if [ "$1" = configure ] && command -v install-docs >/dev/null 2>&1; then
+if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
        install-docs -i /usr/share/doc-base/#DOC-ID#
 fi