summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-03-27 13:43:59 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-03-27 13:43:59 +0000
commit5043e078b79c9aca79b371f4227df665cf06b08c (patch)
tree450f794a653b7c71dc40c4f6de3282182f2fac3b /games-server/ut2004-ded/ut2004-ded-3369.ebuild
parentMark 3.4.2 stable on ia64. #112842 (diff)
downloadhistorical-5043e078b79c9aca79b371f4227df665cf06b08c.tar.gz
historical-5043e078b79c9aca79b371f4227df665cf06b08c.tar.bz2
historical-5043e078b79c9aca79b371f4227df665cf06b08c.zip
Moved games_pkg_postinst to beginning of pkg_postinst.
Package-Manager: portage-2.1_pre6-r6
Diffstat (limited to 'games-server/ut2004-ded/ut2004-ded-3369.ebuild')
-rw-r--r--games-server/ut2004-ded/ut2004-ded-3369.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/games-server/ut2004-ded/ut2004-ded-3369.ebuild b/games-server/ut2004-ded/ut2004-ded-3369.ebuild
index e4f49efd858d..3830af35a886 100644
--- a/games-server/ut2004-ded/ut2004-ded-3369.ebuild
+++ b/games-server/ut2004-ded/ut2004-ded-3369.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ut2004-ded-3369.ebuild,v 1.2 2006/01/06 18:50:06 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-server/ut2004-ded/ut2004-ded-3369.ebuild,v 1.3 2006/03/27 13:43:59 wolf31o2 Exp $
inherit games
@@ -59,7 +59,7 @@ src_install() {
}
pkg_postinst() {
- echo
+ games_pkg_postinst
einfo "The server can be started with the /etc/init.d/ut2004-ded init script."
echo
ewarn "You should take the time to edit the default server INI."
@@ -74,5 +74,4 @@ pkg_postinst() {
echo
ewarn " http://unreal.epicgames.com/ut2004server/cdkey.php"
echo
- games_pkg_postinst
}