commit: a70c3d6095b930ab63c0b317621ae2a7d7cea690
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 18 11:37:01 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jun 18 11:37:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a70c3d60
media-fonts/joypixels: add pkg_postinst phase
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-fonts/joypixels/joypixels-6.5.0.ebuild | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/media-fonts/joypixels/joypixels-6.5.0.ebuild
b/media-fonts/joypixels/joypixels-6.5.0.ebuild
index f8ff8c34130..6c5b197d6a2 100644
--- a/media-fonts/joypixels/joypixels-6.5.0.ebuild
+++ b/media-fonts/joypixels/joypixels-6.5.0.ebuild
@@ -20,9 +20,8 @@ RESTRICT="bindist mirror"
FONT_CONF=( "${FILESDIR}"/99-joypixels.conf )
-DOC_CONTENTS="Free for personal/education use only,
-premium/enterprise license required for any other use:
- https://www.joypixels.com/licenses"
+DOC_CONTENTS="Free for personal/education use only, premium/enterprise license
+ required for any other use. See: https://www.joypixels.com/licenses"
src_prepare() {
default
@@ -33,3 +32,7 @@ src_install() {
font_src_install
readme.gentoo_create_doc
}
+
+pkg_postinst() {
+ readme.gentoo_print_elog
+}