From a5d3a9ea98cfbc69db60fe1c03f57802271528bb Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Fri, 24 Mar 2006 22:21:46 +0000 Subject: Moved games_pkg_postinst to beginning of pkg_postinst. (Portage version: 2.1_pre6-r6) --- games-fps/ut2003-demo/ChangeLog | 6 +++++- games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild | 5 ++--- 2 files changed, 7 insertions(+), 4 deletions(-) (limited to 'games-fps/ut2003-demo') diff --git a/games-fps/ut2003-demo/ChangeLog b/games-fps/ut2003-demo/ChangeLog index 24e248cd5047..60caee808d41 100644 --- a/games-fps/ut2003-demo/ChangeLog +++ b/games-fps/ut2003-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2003-demo # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-demo/ChangeLog,v 1.18 2006/01/10 16:00:46 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-demo/ChangeLog,v 1.19 2006/03/24 22:21:46 wolf31o2 Exp $ + + 24 Mar 2006; Chris Gianelloni + ut2003-demo-2206-r3.ebuild: + Moved games_pkg_postinst to beginning of pkg_postinst. 10 Jan 2006; Chris Gianelloni ut2003-demo-2206-r3.ebuild: diff --git a/games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild b/games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild index 473a6eee7b36..10e6602f68c9 100644 --- a/games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild +++ b/games-fps/ut2003-demo/ut2003-demo-2206-r3.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-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild,v 1.14 2006/01/10 16:00:46 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-demo/ut2003-demo-2206-r3.ebuild,v 1.15 2006/03/24 22:21:46 wolf31o2 Exp $ inherit eutils games @@ -99,6 +99,7 @@ EOT } pkg_postinst() { + games_pkg_postinst einfo "To play the demo run:" einfo " ut2003-demo" echo @@ -113,6 +114,4 @@ pkg_postinst() { ewarn "~/.ut2003demo/System/UT2003.ini file and add a line that says" ewarn "AccessControlClass=crashfix.iaccesscontrolini to your" ewarn "[Engine.GameInfo] section to close a security issue." - - games_pkg_postinst } -- cgit v1.2.3-65-gdbad