From: Matt Turner Date: Sat, 26 May 2018 20:02:27 +0000 (-0700) Subject: xorg-2.eclass: Notify users to run 'xset fp rehash' when fonts change X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=053b9d09dda24d2968c31c52d6898e62183f1fc4;p=gentoo.git xorg-2.eclass: Notify users to run 'xset fp rehash' when fonts change Closes: https://bugs.gentoo.org/384685 --- diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass index 889031c01fc1..f321d69bcbe4 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 }