diff options
author | 2003-10-06 04:37:49 +0000 | |
---|---|---|
committer | 2003-10-06 04:37:49 +0000 | |
commit | 0f3e38923334ab32fd937df1ba7730cb8ea18e53 (patch) | |
tree | e33d658026fba878162e7a1e1c6ed8582228ac15 /games-fps/rott/rott-1.0.ebuild | |
parent | Added gcc-295.patch from TGL via (bug 30448) (diff) | |
download | historical-0f3e38923334ab32fd937df1ba7730cb8ea18e53.tar.gz historical-0f3e38923334ab32fd937df1ba7730cb8ea18e53.tar.bz2 historical-0f3e38923334ab32fd937df1ba7730cb8ea18e53.zip |
metadata
Diffstat (limited to 'games-fps/rott/rott-1.0.ebuild')
-rw-r--r-- | games-fps/rott/rott-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/rott/rott-1.0.ebuild b/games-fps/rott/rott-1.0.ebuild index 4bf1c8d8f108..5b2d3904e4fb 100644 --- a/games-fps/rott/rott-1.0.ebuild +++ b/games-fps/rott/rott-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/rott-1.0.ebuild,v 1.1 2003/09/09 18:10:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rott/rott-1.0.ebuild,v 1.2 2003/10/06 04:33:44 vapier Exp $ inherit games eutils @@ -40,8 +40,8 @@ src_install() { } pkg_postinst() { + games_pkg_postinst einfo "The shareware version has been installed." einfo "To play the full version, just copy the" einfo "data files to ${GAMES_DATADIR}/${PN}/" - games_pkg_postinst } |