kde-apps/kate: Add some postinst hints

Closes: https://bugs.gentoo.org/656588
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Andreas Sturmlechner
2018-05-31 23:14:21 +02:00
parent 87ea358ab7
commit f93f83a29e

View File

@@ -72,3 +72,13 @@ src_configure() {
kde5_src_configure
}
pkg_postinst() {
kde5_pkg_postinst
if use addons; then
elog "The functionality of ktexteditorpreview plugin can be extended with:"
elog " kde-misc/kmarkdownwebview"
elog " media-gfx/kgraphviewer"
fi
}