diff options
author | 2009-09-07 21:47:32 +0000 | |
---|---|---|
committer | 2009-09-07 21:47:32 +0000 | |
commit | fab5b11e963c09c56d17cbfd590a6e9aa4ea45fe (patch) | |
tree | b45259b0098194d32b074024c48271e5ba290951 /media-fonts/thaifonts-scalable/thaifonts-scalable-0.4.10.ebuild | |
parent | Drop pkg_postinst message, handled by eclass now. (diff) | |
download | gentoo-2-fab5b11e963c09c56d17cbfd590a6e9aa4ea45fe.tar.gz gentoo-2-fab5b11e963c09c56d17cbfd590a6e9aa4ea45fe.tar.bz2 gentoo-2-fab5b11e963c09c56d17cbfd590a6e9aa4ea45fe.zip |
Fix conf file installation, update message.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'media-fonts/thaifonts-scalable/thaifonts-scalable-0.4.10.ebuild')
-rw-r--r-- | media-fonts/thaifonts-scalable/thaifonts-scalable-0.4.10.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/media-fonts/thaifonts-scalable/thaifonts-scalable-0.4.10.ebuild b/media-fonts/thaifonts-scalable/thaifonts-scalable-0.4.10.ebuild index 54f9027eccee..fd522cde5711 100644 --- a/media-fonts/thaifonts-scalable/thaifonts-scalable-0.4.10.ebuild +++ b/media-fonts/thaifonts-scalable/thaifonts-scalable-0.4.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-fonts/thaifonts-scalable/thaifonts-scalable-0.4.10.ebuild,v 1.5 2009/08/02 10:26:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/thaifonts-scalable/thaifonts-scalable-0.4.10.ebuild,v 1.6 2009/09/07 21:47:32 dirtyepic Exp $ inherit font @@ -24,12 +24,11 @@ FONT_CONF=( "${FONT_S}/etc/fonts/conf.avail/65-ttf-thai-tlwg.conf" "${FONT_S}/etc/fonts/conf.avail/90-ttf-thai-tlwg-synthetic.conf" ) pkg_postinst() { - elog "This font package comes with config files for fontconfig." - elog "To enable basic support for this font, do:" - elog "eselect fontconfig enable 65-ttf-thai-tlwg.conf" - elog "To make this font emulate the thai font of windows, do:" - elog "eselect fontconfig enable 90-ttf-thai-tlwg-synthetic.conf" font_pkg_postinst + echo + elog " 65-ttf-thai-tlwg.conf enables basic support." + elog " 90-ttf-thai-tlwg-synthetic.conf emulates the Thai font of Windows." + echo } DOCS="" |