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>
}
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."
}