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-base3
1 files changed, 3 insertions, 0 deletions
diff --git a/autoscripts/postinst-doc-base b/autoscripts/postinst-doc-base
new file mode 100644
index 00000000..a53ed7bf
--- /dev/null
+++ b/autoscripts/postinst-doc-base
@@ -0,0 +1,3 @@
+if command -v install-docs >/dev/null 2>&1; then
+ install-docs -i /usr/share/doc-base/#PACKAGE#
+fi