summaryrefslogtreecommitdiff
path: root/autoscripts
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
parent651be44c078b91112bf18d87d3629d23beb1a5c7 (diff)
dh_installdocs: No longer add maintainer script code to call doc-base, as it supports triggers in stable.
Diffstat (limited to 'autoscripts')
-rw-r--r--autoscripts/postinst-doc-base3
-rw-r--r--autoscripts/prerm-doc-base4
2 files changed, 0 insertions, 7 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
diff --git a/autoscripts/prerm-doc-base b/autoscripts/prerm-doc-base
deleted file mode 100644
index c57d999a..00000000
--- a/autoscripts/prerm-doc-base
+++ /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