diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-24 22:27:06 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-03-24 22:27:06 +0000 |
commit | 1ea5b744c840f15eee612b04bdcca8b3b23f9a7c (patch) | |
tree | 8943fa8a0af350a10b5f8430cfd8a895a6482bfd /games-fps/ut2004-bonuspack-ece | |
parent | Moved games_pkg_postinst to beginning of pkg_postinst and cleaning up older e... (diff) | |
download | historical-1ea5b744c840f15eee612b04bdcca8b3b23f9a7c.tar.gz historical-1ea5b744c840f15eee612b04bdcca8b3b23f9a7c.tar.bz2 historical-1ea5b744c840f15eee612b04bdcca8b3b23f9a7c.zip |
Removed unnecessary pkg_postinst.
Package-Manager: portage-2.1_pre6-r6
Diffstat (limited to 'games-fps/ut2004-bonuspack-ece')
-rw-r--r-- | games-fps/ut2004-bonuspack-ece/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r1.ebuild | 6 | ||||
-rw-r--r-- | games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1.ebuild | 6 |
3 files changed, 7 insertions, 11 deletions
diff --git a/games-fps/ut2004-bonuspack-ece/ChangeLog b/games-fps/ut2004-bonuspack-ece/ChangeLog index 4cb2ff77401a..d55cf50220b4 100644 --- a/games-fps/ut2004-bonuspack-ece/ChangeLog +++ b/games-fps/ut2004-bonuspack-ece/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2004-bonuspack-ece # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-ece/ChangeLog,v 1.4 2006/03/14 22:58:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-ece/ChangeLog,v 1.5 2006/03/24 22:27:06 wolf31o2 Exp $ + + 24 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> + ut2004-bonuspack-ece-1.ebuild, ut2004-bonuspack-ece-1-r1.ebuild: + Removed unnecessary pkg_postinst. *ut2004-bonuspack-ece-1-r1 (14 Mar 2006) diff --git a/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r1.ebuild b/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r1.ebuild index 680ad0f2c03a..e2994882f531 100644 --- a/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r1.ebuild +++ b/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r1.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/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r1.ebuild,v 1.1 2006/03/14 22:58:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1-r1.ebuild,v 1.2 2006/03/24 22:27:06 wolf31o2 Exp $ inherit games games-ut2k4mod @@ -82,7 +82,3 @@ src_install() { prepgamesdirs fi } - -pkg_postinst() { - games_pkg_postinst -} diff --git a/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1.ebuild b/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1.ebuild index aa5f37869bcf..f12ad4027aff 100644 --- a/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1.ebuild +++ b/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1.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/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1.ebuild,v 1.4 2006/03/14 22:58:45 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1.ebuild,v 1.5 2006/03/24 22:27:06 wolf31o2 Exp $ inherit games games-ut2k4mod @@ -54,7 +54,3 @@ src_install() { prepgamesdirs fi } - -pkg_postinst() { - games_pkg_postinst -} |