summaryrefslogtreecommitdiff
path: root/eclass/kde4-meta.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/kde4-meta.eclass')
-rw-r--r--eclass/kde4-meta.eclass9
1 files changed, 1 insertions, 8 deletions
diff --git a/eclass/kde4-meta.eclass b/eclass/kde4-meta.eclass
index ea681406b6c..a675074ce4e 100644
--- a/eclass/kde4-meta.eclass
+++ b/eclass/kde4-meta.eclass
@@ -700,17 +700,10 @@ kde4-meta_src_make_doc() {
# @FUNCTION: kde4-meta_pkg_postinst
# @DESCRIPTION:
-# Display information about application handbook and invoke kbuildsycoca4.
+# Invoke kbuildsycoca4.
kde4-meta_pkg_postinst() {
debug-print-function ${FUNCNAME} "$@"
- if has handbook ${IUSE//+} && ! use handbook; then
- echo
- einfo "Application handbook for ${PN} has not been installed."
- einfo "To install handbook, reemerge =${CATEGORY}/${PF} with 'handbook' USE flag."
- echo
- fi
-
kde4-base_pkg_postinst
}