summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-03-24 22:21:46 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-03-24 22:21:46 +0000
commit4055578263e7543417ddf3512104d625ad60f5d1 (patch)
treed832ac9063e57ca906ecf0aa532ca0258f092b2d /games-fps/ut2003-bonuspack-epic
parentMark 3.4.3 stable on ia64 (diff)
downloadhistorical-4055578263e7543417ddf3512104d625ad60f5d1.tar.gz
historical-4055578263e7543417ddf3512104d625ad60f5d1.tar.bz2
historical-4055578263e7543417ddf3512104d625ad60f5d1.zip
Moved games_pkg_postinst to beginning of pkg_postinst.
Package-Manager: portage-2.1_pre6-r6
Diffstat (limited to 'games-fps/ut2003-bonuspack-epic')
-rw-r--r--games-fps/ut2003-bonuspack-epic/ChangeLog8
-rw-r--r--games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild7
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() {