summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-07-13 09:22:13 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-07-13 09:31:49 +0200
commit2436641909a0bd045f2e6a208b0fa14a6722ae10 (patch)
tree9035458c2d181f9bdb234b4147ab955c2013c94d
parentdev-db/mariadb: arm64 stable wrt bug #856820 (diff)
downloadgentoo-2436641909a0bd045f2e6a208b0fa14a6722ae10.tar.gz
gentoo-2436641909a0bd045f2e6a208b0fa14a6722ae10.tar.bz2
gentoo-2436641909a0bd045f2e6a208b0fa14a6722ae10.zip
app-emulation/xen: drop pkg_postinst() messages (now mostly in xen-tools)
Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r--app-emulation/xen/xen-4.16.2_pre2.ebuild7
1 files changed, 0 insertions, 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"
-}