commit: 2436641909a0bd045f2e6a208b0fa14a6722ae10
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 07:22:13 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 07:31:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24366419
app-emulation/xen: drop pkg_postinst() messages (now mostly in xen-tools)
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
app-emulation/xen/xen-4.16.2_pre2.ebuild | 7 -------
1 file changed, 7 deletions(-)
diff --git a/app-emulation/xen/xen-4.16.2_pre2.ebuild
b/app-emulation/xen/xen-4.16.2_pre2.ebuild
index e0ba418e625b..3ce553a137d3 100644
--- a/app-emulation/xen/xen-4.16.2_pre2.ebuild
+++ b/app-emulation/xen/xen-4.16.2_pre2.ebuild
@@ -173,10 +173,3 @@ src_install() {
# make install likes to throw in some extra EFI bits if it built
use efi || rm -rf "${D}/usr/$(get_libdir)/efi"
}
-
-pkg_postinst() {
- elog "Official Xen Guide:"
- elog " https://wiki.gentoo.org/wiki/Xen"
-
- use efi && einfo "The efi executable is installed in /boot/efi/gentoo"
-}