diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-02-13 04:14:56 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-02-13 04:14:56 +0000 |
commit | 361d9258fea2a3c4df4d93f0221f5cfaceeca45d (patch) | |
tree | f0ed97c00a15b064ffa10d386b71dfc53bfe872c /games-action | |
parent | Stable on SPARC wrt security bug #119313. (diff) | |
download | gentoo-2-361d9258fea2a3c4df4d93f0221f5cfaceeca45d.tar.gz gentoo-2-361d9258fea2a3c4df4d93f0221f5cfaceeca45d.tar.bz2 gentoo-2-361d9258fea2a3c4df4d93f0221f5cfaceeca45d.zip |
Removed redundant games_pkg_postinst and closing bug #122631.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/descent3-demo/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/descent3-demo/descent3-demo-1.4.0a.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games-action/descent3-demo/ChangeLog b/games-action/descent3-demo/ChangeLog index ad5beb4e9280..f2c8a9e76e7b 100644 --- a/games-action/descent3-demo/ChangeLog +++ b/games-action/descent3-demo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/descent3-demo # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent3-demo/ChangeLog,v 1.1 2006/02/11 00:55:34 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3-demo/ChangeLog,v 1.2 2006/02/13 04:14:56 wolf31o2 Exp $ + + 13 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> + descent3-demo-1.4.0a.ebuild: + Removed redundant games_pkg_postinst and closing bug #122631. *descent3-demo-1.4.0a (11 Feb 2006) diff --git a/games-action/descent3-demo/descent3-demo-1.4.0a.ebuild b/games-action/descent3-demo/descent3-demo-1.4.0a.ebuild index aa014344e465..654d4f238c4b 100644 --- a/games-action/descent3-demo/descent3-demo-1.4.0a.ebuild +++ b/games-action/descent3-demo/descent3-demo-1.4.0a.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-action/descent3-demo/descent3-demo-1.4.0a.ebuild,v 1.1 2006/02/11 00:55:34 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/descent3-demo/descent3-demo-1.4.0a.ebuild,v 1.2 2006/02/13 04:14:56 wolf31o2 Exp $ inherit eutils games @@ -59,14 +59,12 @@ src_install() { } pkg_postinst() { - games_pkg_postinst einfo "To play the game run:" einfo " descent3-demo" echo einfo "If the game appears blank, then run it windowed with:" einfo " descent3-demo -w" echo - games_pkg_postinst } |