diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-03-11 22:08:09 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2004-03-11 22:08:09 +0000 |
commit | 6eac46d1b50856a5da4f9071a199fd3da93e23e0 (patch) | |
tree | c8463104be295f690cdfd4a8e527e39b96652bc8 /games-strategy | |
parent | Stable on AMD64 (Manifest recommit) (diff) | |
download | gentoo-2-6eac46d1b50856a5da4f9071a199fd3da93e23e0.tar.gz gentoo-2-6eac46d1b50856a5da4f9071a199fd3da93e23e0.tar.bz2 gentoo-2-6eac46d1b50856a5da4f9071a199fd3da93e23e0.zip |
Cleaning up redundant pkg_postinst.
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/ufo-ai/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games-strategy/ufo-ai/ChangeLog b/games-strategy/ufo-ai/ChangeLog index 9b75bacc21d4..34b069034582 100644 --- a/games-strategy/ufo-ai/ChangeLog +++ b/games-strategy/ufo-ai/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/ufo-ai # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.5 2004/03/11 19:01:29 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ChangeLog,v 1.6 2004/03/11 22:08:09 wolf31o2 Exp $ + + 11 Mar 2004; Chris Gianelloni <wolf31o2@gentoo.org> + ufo-ai-0.10.040218.ebuild: + Cleaning up redundant pkg_postinst. 11 Mar 2004; Chris Gianelloni <wolf31o2@gentoo.org> ufo-ai-0.10.040218.ebuild: diff --git a/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild b/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild index 5368305c9762..d63273df1b23 100644 --- a/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild +++ b/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild,v 1.5 2004/03/11 19:01:29 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/ufo-ai/ufo-ai-0.10.040218.ebuild,v 1.6 2004/03/11 22:08:09 wolf31o2 Exp $ inherit games @@ -49,7 +49,3 @@ src_install() { games_make_wrapper ufo-ai ./ufo ${GAMES_DATADIR}/${PN} prepgamesdirs } - -pkg_postinst() { - games_pkg_postinst -} |