diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:26:27 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-09 18:26:27 +0000 |
commit | b489131ba3c26bc14916d4dbaa15e9df257890cf (patch) | |
tree | 51890b3f0227cec9cb06dca9fc7bfb3750c8dba2 /games-fps/ut2003-bonuspack-epic | |
parent | QA: Cleaner einfo, ewarn, eerror and echo usage (diff) | |
download | gentoo-2-b489131ba3c26bc14916d4dbaa15e9df257890cf.tar.gz gentoo-2-b489131ba3c26bc14916d4dbaa15e9df257890cf.tar.bz2 gentoo-2-b489131ba3c26bc14916d4dbaa15e9df257890cf.zip |
QA: Cleaner einfo, ewarn, eerror and echo usage
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-fps/ut2003-bonuspack-epic')
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild index 692abc273332..bd16cb04a9f5 100644 --- a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild +++ b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild,v 1.6 2004/06/24 22:49:24 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild,v 1.7 2005/07/09 18:24:38 swegener Exp $ inherit games @@ -57,12 +57,12 @@ pkg_postinst() { einfo "You will need to run:" einfo " ebuild /var/db/pkg/${CATEGORY}/${P}/${P}.ebuild config" einfo "to make the necessary changes to the system .ini files." - echo "" + echo einfo "Each user whom has already played the game will need to run:" einfo " ${dir}/epic-installer" - echo "" + echo einfo "to update their configuration files in their home directory." - echo "" + echo games_pkg_postinst } |