commit: 809552187d5372b9de4bf06e7a522f11c835e238 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org> AuthorDate: Fri Mar 22 23:19:21 2019 +0000 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org> CommitDate: Sun Mar 24 19:17:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80955218
sys-boot/raspberrypi-firmware: show README.gentoo at postinst Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org> sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild index 3892554f9eb..78311483d30 100644 --- a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild +++ b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild @@ -52,4 +52,8 @@ src_install() { readme.gentoo_create_doc } +pkg_postinst() { + readme.gentoo_print_elog +} + DOC_CONTENTS="Please configure your ram setup by editing /boot/config.txt"