diff options
Diffstat (limited to 'autoscripts/prerm-doc-base')
-rw-r--r-- | autoscripts/prerm-doc-base | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/autoscripts/prerm-doc-base b/autoscripts/prerm-doc-base index c57d999a..9678003e 100644 --- a/autoscripts/prerm-doc-base +++ b/autoscripts/prerm-doc-base @@ -1,4 +1,3 @@ -if [ "$1" = remove ] || [ "$1" = upgrade ] && \ - which install-docs >/dev/null 2>&1; then +if command -v install-docs >/dev/null 2>&1; then install-docs -r #DOC-ID# fi |