summaryrefslogtreecommitdiffstats
path: root/tags/p/postinst-has-useless-call-to-install-docs.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/p/postinst-has-useless-call-to-install-docs.tag')
-rw-r--r--tags/p/postinst-has-useless-call-to-install-docs.tag9
1 files changed, 9 insertions, 0 deletions
diff --git a/tags/p/postinst-has-useless-call-to-install-docs.tag b/tags/p/postinst-has-useless-call-to-install-docs.tag
new file mode 100644
index 0000000..3f8f5e0
--- /dev/null
+++ b/tags/p/postinst-has-useless-call-to-install-docs.tag
@@ -0,0 +1,9 @@
+Tag: postinst-has-useless-call-to-install-docs
+Severity: warning
+Check: menus
+Explanation: It is no longer necessary to call <code>install-docs</code>
+ in <code>postinst</code>. The processing of <code>doc-base</code> files is
+ now handled by triggers.
+ .
+ If the <code>install-docs</code> call was added by Debhelper, the issue can
+ be fixed by rebuilding the package with Debhelper version 7.2.3 or later.