Skip to content

Commit

Permalink
kde-apps/kate: Add some postinst hints
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/656588
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
a17r committed May 31, 2018
1 parent 87ea358 commit f93f83a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions kde-apps/kate/kate-18.04.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit f93f83a

Please sign in to comment.