summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-doc-base
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-03-06 14:11:45 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-03-06 14:11:45 -0500
commit286f89e8dd31f967818011bd141aab46ed71a7e0 (patch)
tree8d2fc578fcb008b80dcfb70f79c852ec97b4d2bd /autoscripts/postinst-doc-base
parent651be44c078b91112bf18d87d3629d23beb1a5c7 (diff)
dh_installdocs: No longer add maintainer script code to call doc-base, as it supports triggers in stable.
Diffstat (limited to 'autoscripts/postinst-doc-base')
-rw-r--r--autoscripts/postinst-doc-base3
1 files changed, 0 insertions, 3 deletions
diff --git a/autoscripts/postinst-doc-base b/autoscripts/postinst-doc-base
deleted file mode 100644
index 39265721..00000000
--- a/autoscripts/postinst-doc-base
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
- install-docs -i /usr/share/doc-base/#DOC-ID#
-fi