media-fonts/glass-tty-vt220: update font cache automatically
authorConrad Kostecki <conrad@kostecki.com>
Sat, 26 Oct 2019 19:10:05 +0000 (21:10 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 27 Oct 2019 11:24:19 +0000 (12:24 +0100)
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@kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/13453
Signed-off-by: Michał Górny <mgorny@gentoo.org>
media-fonts/glass-tty-vt220/glass-tty-vt220-001.3-r2.ebuild [moved from media-fonts/glass-tty-vt220/glass-tty-vt220-001.3-r1.ebuild with 97% similarity]

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 1a7ec02b914d1767d6be4bb6d6dd9edd0754f9c2..7a257a419b64cd559189b606ac64751b6a737d8d 100644 (file)
@@ -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."
 }