diff options
author | Jonas Stein <jstein@gentoo.org> | 2019-09-26 19:02:09 +0200 |
---|---|---|
committer | Jonas Stein <jstein@gentoo.org> | 2019-09-26 19:03:12 +0200 |
commit | 2f83846f34c88e68bb721122ab8513d7f2ffca88 (patch) | |
tree | 56d7d2e967c418125577ba217746a73502b7cabb /sys-apps/inxi | |
parent | dev-lang/gdl: Remove USE=grib (diff) | |
download | gentoo-2f83846f34c88e68bb721122ab8513d7f2ffca88.tar.gz gentoo-2f83846f34c88e68bb721122ab8513d7f2ffca88.tar.bz2 gentoo-2f83846f34c88e68bb721122ab8513d7f2ffca88.zip |
sys-apps/inxi: Inform about recommended packages
Inform about inxi --recommends.
Closes: https://bugs.gentoo.org/683746
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Jonas Stein <jstein@gentoo.org>
Diffstat (limited to 'sys-apps/inxi')
-rw-r--r-- | sys-apps/inxi/inxi-3.0.34.1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys-apps/inxi/inxi-3.0.34.1.ebuild b/sys-apps/inxi/inxi-3.0.34.1.ebuild index 430ac49c150b..4a987eacb4f9 100644 --- a/sys-apps/inxi/inxi-3.0.34.1.ebuild +++ b/sys-apps/inxi/inxi-3.0.34.1.ebuild @@ -31,3 +31,8 @@ src_install() { dobin ${PN} doman ${PN}.1 } + +pkg_postinst() { + elog "Some features of inxi depend on additional packages. Get a full list with" + elog "inxi --recommends" +} |