From: Conrad Kostecki Date: Sat, 26 Oct 2019 19:10:05 +0000 (+0200) Subject: media-fonts/glass-tty-vt220: update font cache automatically X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=36ef6982bac289a6565459cc29339ba506f02cdf;p=gentoo.git 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 Closes: https://github.com/gentoo/gentoo/pull/13453 Signed-off-by: Michał Górny --- 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 1a7ec02b914d..7a257a419b64 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." }