commit: 053b9d09dda24d2968c31c52d6898e62183f1fc4 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat May 26 20:02:27 2018 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat May 26 20:29:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=053b9d09
xorg-2.eclass: Notify users to run 'xset fp rehash' when fonts change Closes: https://bugs.gentoo.org/384685 eclass/xorg-2.eclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 889031c01fc..f321d69bcbe 100644 --- a/eclass/xorg-2.eclass +++ b/eclass/xorg-2.eclass @@ -515,6 +515,8 @@ xorg-2_pkg_postinst() { create_fonts_scale create_fonts_dir font_pkg_postinst "$@" + + ewarn "Installed fonts changed. Run 'xset fp rehash' if you are using non-fontconfig applications." fi }
