diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-03-22 23:19:21 +0000 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2019-03-24 19:17:41 +0000 |
commit | 809552187d5372b9de4bf06e7a522f11c835e238 (patch) | |
tree | bed27668ca2f717c3be483d38efcc7627173b1d0 | |
parent | sys-boot/raspberrypi-firmware: update to readme.gentoo-r1 (diff) | |
download | gentoo-809552187d5372b9de4bf06e7a522f11c835e238.tar.gz gentoo-809552187d5372b9de4bf06e7a522f11c835e238.tar.bz2 gentoo-809552187d5372b9de4bf06e7a522f11c835e238.zip |
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@gentoo.org>
-rw-r--r-- | sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild b/sys-boot/raspberrypi-firmware/raspberrypi-firmware-9999.ebuild index 3892554f9eb6..78311483d300 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" |