diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-24 22:19:47 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-24 22:19:47 +0000 |
commit | 59bc77d5577140f00a2b26ffff2def8184fad5c3 (patch) | |
tree | 01d6f213aa317ff3b364b88a5bf2df504a63792b /games-fps/ut2003-bonuspack-epic | |
parent | Moved games_pkg_postinst to beginning of pkg_postinst. (diff) | |
download | gentoo-2-59bc77d5577140f00a2b26ffff2def8184fad5c3.tar.gz gentoo-2-59bc77d5577140f00a2b26ffff2def8184fad5c3.tar.bz2 gentoo-2-59bc77d5577140f00a2b26ffff2def8184fad5c3.zip |
Moved games_pkg_postinst to beginning of pkg_postinst.
(Portage version: 2.1_pre6-r6)
Diffstat (limited to 'games-fps/ut2003-bonuspack-epic')
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild | 7 |
2 files changed, 9 insertions, 6 deletions
diff --git a/games-fps/ut2003-bonuspack-epic/ChangeLog b/games-fps/ut2003-bonuspack-epic/ChangeLog index 0f546781ec43..b3f078d95412 100644 --- a/games-fps/ut2003-bonuspack-epic/ChangeLog +++ b/games-fps/ut2003-bonuspack-epic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2003-bonuspack-epic -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ChangeLog,v 1.10 2005/10/16 21:54:39 wolf31o2 Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ChangeLog,v 1.11 2006/03/24 22:19:47 wolf31o2 Exp $ + + 24 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> + ut2003-bonuspack-epic-1.ebuild: + Moved games_pkg_postinst to beginning of pkg_postinst. 16 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-bonuspack-epic-1.ebuild: 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 ab09afce60d1..0de37835a92d 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-2005 Gentoo Foundation +# Copyright 1999-2006 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.10 2005/10/16 21:54:39 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild,v 1.11 2006/03/24 22:19:47 wolf31o2 Exp $ inherit games @@ -54,6 +54,7 @@ src_install() { } pkg_postinst() { + games_pkg_postinst einfo "You will need to run:" einfo "emerge --config =${CATEGORY}/${PF}" einfo "to make the necessary changes to the system .ini files." @@ -63,8 +64,6 @@ pkg_postinst() { echo einfo "to update their configuration files in their home directory." echo - - games_pkg_postinst } pkg_config() { |