]> git.donarmstrong.com Git - debhelper.git/blobdiff - autoscripts/prerm-doc-base
dh_installdocs: No longer add maintainer script code to call doc-base, as it supports...
[debhelper.git] / autoscripts / prerm-doc-base
diff --git a/autoscripts/prerm-doc-base b/autoscripts/prerm-doc-base
deleted file mode 100644 (file)
index c57d999..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ "$1" = remove ] || [ "$1" = upgrade ] && \
-   which install-docs >/dev/null 2>&1; then
-       install-docs -r #DOC-ID#
-fi