diff options
-rw-r--r-- | games-action/abuse_sdl/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-action/abuse_sdl/ChangeLog b/games-action/abuse_sdl/ChangeLog index ddfc1e9ad9cb..e9566d668528 100644 --- a/games-action/abuse_sdl/ChangeLog +++ b/games-action/abuse_sdl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/abuse_sdl # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/abuse_sdl/ChangeLog,v 1.8 2006/01/28 21:19:10 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/abuse_sdl/ChangeLog,v 1.9 2006/03/24 21:19:52 wolf31o2 Exp $ + + 24 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> + abuse_sdl-0.7.0-r2.ebuild: + Moved games_pkg_postinst to the beginning of pkg_postinst. 28 Jan 2006; Joshua Baergen <joshuabaergen@gentoo.org> abuse_sdl-0.7.0-r2.ebuild: diff --git a/games-action/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild b/games-action/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild index c1ce38607dd7..148ad2c7f459 100644 --- a/games-action/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild +++ b/games-action/abuse_sdl/abuse_sdl-0.7.0-r2.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/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild,v 1.8 2006/01/28 21:19:10 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/abuse_sdl/abuse_sdl-0.7.0-r2.ebuild,v 1.9 2006/03/24 21:19:52 wolf31o2 Exp $ inherit eutils games @@ -58,7 +58,7 @@ src_install() { } pkg_postinst() { + games_pkg_postinst einfo "NOTE: If you had previous version of abuse installed" einfo "you may need to remove ~/.abuse for the game to work correctly." - games_pkg_postinst } |