Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 26 May 2018 20:30:55
Message-Id: 1527366586.053b9d09dda24d2968c31c52d6898e62183f1fc4.mattst88@gentoo
1 commit: 053b9d09dda24d2968c31c52d6898e62183f1fc4
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 26 20:02:27 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat May 26 20:29:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=053b9d09
7
8 xorg-2.eclass: Notify users to run 'xset fp rehash' when fonts change
9
10 Closes: https://bugs.gentoo.org/384685
11
12 eclass/xorg-2.eclass | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/eclass/xorg-2.eclass b/eclass/xorg-2.eclass
16 index 889031c01fc..f321d69bcbe 100644
17 --- a/eclass/xorg-2.eclass
18 +++ b/eclass/xorg-2.eclass
19 @@ -515,6 +515,8 @@ xorg-2_pkg_postinst() {
20 create_fonts_scale
21 create_fonts_dir
22 font_pkg_postinst "$@"
23 +
24 + ewarn "Installed fonts changed. Run 'xset fp rehash' if you are using non-fontconfig applications."
25 fi
26 }