summaryrefslogtreecommitdiff
path: root/autoscripts/prerm-doc-base
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/prerm-doc-base')
-rw-r--r--autoscripts/prerm-doc-base3
1 files changed, 3 insertions, 0 deletions
diff --git a/autoscripts/prerm-doc-base b/autoscripts/prerm-doc-base
new file mode 100644
index 00000000..339361a5
--- /dev/null
+++ b/autoscripts/prerm-doc-base
@@ -0,0 +1,3 @@
+if command -v install-docs >/dev/null 2>&1; then
+ install-docs -r #PACKAGE#
+fi