summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-doc-base
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-doc-base')
-rw-r--r--autoscripts/postinst-doc-base2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postinst-doc-base b/autoscripts/postinst-doc-base
index fce4d17e..39265721 100644
--- a/autoscripts/postinst-doc-base
+++ b/autoscripts/postinst-doc-base
@@ -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