diff options
author | Ryan Hill <rhill@gentoo.org> | 2009-09-07 21:35:27 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2009-09-07 21:35:27 +0000 |
commit | 08709429e8992e9eb0d6d10dbc57d48db68f718e (patch) | |
tree | 219c50180a7c9779c4690f2d45ff18e2728e50a7 /media-fonts/mikachan-font-otf/mikachan-font-otf-9.1-r1.ebuild | |
parent | Drop pkg_postinst message, handled by eclass now. (diff) | |
download | historical-08709429e8992e9eb0d6d10dbc57d48db68f718e.tar.gz historical-08709429e8992e9eb0d6d10dbc57d48db68f718e.tar.bz2 historical-08709429e8992e9eb0d6d10dbc57d48db68f718e.zip |
Drop pkg_postinst message, handled by eclass now.
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'media-fonts/mikachan-font-otf/mikachan-font-otf-9.1-r1.ebuild')
-rw-r--r-- | media-fonts/mikachan-font-otf/mikachan-font-otf-9.1-r1.ebuild | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/media-fonts/mikachan-font-otf/mikachan-font-otf-9.1-r1.ebuild b/media-fonts/mikachan-font-otf/mikachan-font-otf-9.1-r1.ebuild index a7c0c1cc7ec5..26590761d9f3 100644 --- a/media-fonts/mikachan-font-otf/mikachan-font-otf-9.1-r1.ebuild +++ b/media-fonts/mikachan-font-otf/mikachan-font-otf-9.1-r1.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/mikachan-font-otf/mikachan-font-otf-9.1-r1.ebuild,v 1.1 2009/02/21 13:49:00 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-fonts/mikachan-font-otf/mikachan-font-otf-9.1-r1.ebuild,v 1.2 2009/09/07 21:26:32 dirtyepic Exp $ inherit font @@ -21,13 +21,3 @@ FONT_S="${WORKDIR}/${P}" RESTRICT="strip binchecks" FONT_CONF=( "${FILESDIR}/60-mikachan_o.conf" ) - -pkg_postinst() { - font_pkg_postinst - - echo - elog "To use mikachan otf instead of the default font for sans, serif and" - elog "monospace, use:" - elog " eselect fontconfig enable 60-mikachan_o.conf" - echo -} |