commit:     36ef6982bac289a6565459cc29339ba506f02cdf
Author:     Conrad Kostecki <conrad <AT> kostecki <DOT> com>
AuthorDate: Sat Oct 26 19:10:05 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 27 11:24:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ef6982

media-fonts/glass-tty-vt220: update font cache automatically

Since pkg_postinst is custom definied, the font cache is not updated
after installation. This can lead to access violations on other
packages, which try to do this.

Closes: https://bugs.gentoo.org/698526
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/13453
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 ...{glass-tty-vt220-001.3-r1.ebuild => glass-tty-vt220-001.3-r2.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-fonts/glass-tty-vt220/glass-tty-vt220-001.3-r1.ebuild 
b/media-fonts/glass-tty-vt220/glass-tty-vt220-001.3-r2.ebuild
similarity index 97%
rename from media-fonts/glass-tty-vt220/glass-tty-vt220-001.3-r1.ebuild
rename to media-fonts/glass-tty-vt220/glass-tty-vt220-001.3-r2.ebuild
index 1a7ec02b914..7a257a419b6 100644
--- a/media-fonts/glass-tty-vt220/glass-tty-vt220-001.3-r1.ebuild
+++ b/media-fonts/glass-tty-vt220/glass-tty-vt220-001.3-r2.ebuild
@@ -33,6 +33,8 @@ src_compile() {
 }
 
 pkg_postinst() {
+       font_pkg_postinst
+
        einfo "Since the GlassTTY VT220 font is fixed,"
        einfo "you must use a font size of 15 for best quality."
 }

Reply via email to