summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conrad@kostecki.com>2019-10-26 21:10:05 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-27 12:24:19 +0100
commit36ef6982bac289a6565459cc29339ba506f02cdf (patch)
tree94bfad419f5ca594dc6ffa57914e3eb16927ab54
parentapp-text/zathura-pdf-mupdf: fix build (diff)
downloadgentoo-36ef6982bac289a6565459cc29339ba506f02cdf.tar.gz
gentoo-36ef6982bac289a6565459cc29339ba506f02cdf.tar.bz2
gentoo-36ef6982bac289a6565459cc29339ba506f02cdf.zip
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@kostecki.com> Closes: https://github.com/gentoo/gentoo/pull/13453 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--media-fonts/glass-tty-vt220/glass-tty-vt220-001.3-r2.ebuild (renamed from media-fonts/glass-tty-vt220/glass-tty-vt220-001.3-r1.ebuild)2
1 files changed, 2 insertions, 0 deletions
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
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."
}