app-emulation/libguestfs-appliance: warn users to source profile

Closes: https://bugs.gentoo.org/776790
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-10-02 22:41:10 +01:00
parent 1ac346608c
commit a69f9d864d

View File

@@ -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!"
}