diff options
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/djvu/djvu-3.5.28.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-text/djvu/djvu-3.5.28.ebuild b/app-text/djvu/djvu-3.5.28.ebuild index 5bbebac0309b..4c1572488ac4 100644 --- a/app-text/djvu/djvu-3.5.28.ebuild +++ b/app-text/djvu/djvu-3.5.28.ebuild @@ -59,7 +59,8 @@ src_install() { } pkg_postinst() { - xdg_postinst + xdg_pkg_postinst - optfeature "For djviewer or browser plugin" app-text/djview + elog "For additional features, you may wish to install" + optfeature "for djviewer or browser plugin" app-text/djview } |