diff options
Diffstat (limited to 'net-irc/onis/onis-0.6.1.ebuild')
-rw-r--r-- | net-irc/onis/onis-0.6.1.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net-irc/onis/onis-0.6.1.ebuild b/net-irc/onis/onis-0.6.1.ebuild index d452b490a881..f367710bc1fd 100644 --- a/net-irc/onis/onis-0.6.1.ebuild +++ b/net-irc/onis/onis-0.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/onis/onis-0.6.1.ebuild,v 1.4 2005/04/22 15:21:29 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/onis/onis-0.6.1.ebuild,v 1.5 2007/05/06 12:39:41 genone Exp $ inherit eutils @@ -40,8 +40,8 @@ src_install () { } pkg_postinst() { - einfo - einfo "The onis themes have been installed in /usr/share/onis/*-theme" - einfo "You can find a sample configuration at /usr/share/doc/${PF}/config.gz" - einfo + elog + elog "The onis themes have been installed in /usr/share/onis/*-theme" + elog "You can find a sample configuration at /usr/share/doc/${PF}/config.gz" + elog } |