diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-07 23:11:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-07 23:11:45 +0000 |
commit | 46c4f5b755f2daffc8973a0f4bbd9583533eb0a1 (patch) | |
tree | 7e5d9a1f79d0ac01ff89168a87ff41d3ea467d62 /eclass/games.eclass | |
parent | initial import (diff) | |
download | gentoo-2-46c4f5b755f2daffc8973a0f4bbd9583533eb0a1.tar.gz gentoo-2-46c4f5b755f2daffc8973a0f4bbd9583533eb0a1.tar.bz2 gentoo-2-46c4f5b755f2daffc8973a0f4bbd9583533eb0a1.zip |
add a link to our homepage
Diffstat (limited to 'eclass/games.eclass')
-rw-r--r-- | eclass/games.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass index 5ee6d91c465b..459bae621d8d 100644 --- a/eclass/games.eclass +++ b/eclass/games.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.108 2005/11/02 06:40:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.109 2005/12/07 23:11:45 vapier Exp $ # # devlist: {vapier,wolf31o2,mr_bones_}@gentoo.org -> games@gentoo.org # @@ -192,6 +192,9 @@ games_pkg_postinst() { DARWIN) einfo "Just run 'niutil -appendprop / /groups/games users <USER>'";; esac echo + einfo "For more info about Gentoo gaming in general, see our website:" + einfo " http://games.gentoo.org/" + echo } # Unpack .uz(2) files for UT/UT2003/UT2004 |