summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-03-24 22:08:53 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-03-24 22:08:53 +0000
commitc30761e974967cf3e98036b60ec7764107c0cae3 (patch)
tree17023106fc7e927aa5dd0e881773e9c195fbca9a /games-fps/nexuiz
parentMark 3.4.3 stable on ia64 (diff)
downloadgentoo-2-c30761e974967cf3e98036b60ec7764107c0cae3.tar.gz
gentoo-2-c30761e974967cf3e98036b60ec7764107c0cae3.tar.bz2
gentoo-2-c30761e974967cf3e98036b60ec7764107c0cae3.zip
Moved games_pkg_postinst to beginning of pkg_postinst.
(Portage version: 2.1_pre6-r6)
Diffstat (limited to 'games-fps/nexuiz')
-rw-r--r--games-fps/nexuiz/ChangeLog5
-rw-r--r--games-fps/nexuiz/nexuiz-1.5.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/games-fps/nexuiz/ChangeLog b/games-fps/nexuiz/ChangeLog
index b4099a4b507a..9d666ea44528 100644
--- a/games-fps/nexuiz/ChangeLog
+++ b/games-fps/nexuiz/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-fps/nexuiz
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/ChangeLog,v 1.6 2006/03/20 20:06:00 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/ChangeLog,v 1.7 2006/03/24 22:08:53 wolf31o2 Exp $
+
+ 24 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> nexuiz-1.5.ebuild:
+ Moved games_pkg_postinst to beginning of pkg_postinst.
20 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> nexuiz-1.5.ebuild:
Changed how the default client is determined and closing bug #126985.
diff --git a/games-fps/nexuiz/nexuiz-1.5.ebuild b/games-fps/nexuiz/nexuiz-1.5.ebuild
index 9e170af600e5..3db8741350e9 100644
--- a/games-fps/nexuiz/nexuiz-1.5.ebuild
+++ b/games-fps/nexuiz/nexuiz-1.5.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/nexuiz/nexuiz-1.5.ebuild,v 1.3 2006/03/20 20:06:02 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/nexuiz/nexuiz-1.5.ebuild,v 1.4 2006/03/24 22:08:53 wolf31o2 Exp $
inherit eutils games
@@ -143,8 +143,7 @@ src_install() {
}
pkg_postinst() {
+ games_pkg_postinst
einfo "For sound problems, read:"
einfo " http://www.alientrap.org/forum/viewtopic.php?t=72"
-
- games_pkg_postinst
}