commit: a69f9d864df4ffc4a078847d205efbba1fede560 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 2 21:41:10 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 2 21:41:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a69f9d86
app-emulation/libguestfs-appliance: warn users to source profile Closes: https://bugs.gentoo.org/776790 Signed-off-by: Sam James <sam <AT> gentoo.org> .../libguestfs-appliance/libguestfs-appliance-1.40.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.40.1.ebuild b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.40.1.ebuild index 2e8d1b9eed9..5e02fc97cf9 100644 --- a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.40.1.ebuild +++ b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.40.1.ebuild @@ -41,3 +41,8 @@ src_install() { newenvd "${FILESDIR}"/env.file 99${PN} } + +pkg_postinst() { + # bug #776790 + elog "Please run . ${EROOT}/etc/profile before attempting to use this package!" +}
