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 | 44640992d1b389b4202c44ecce419f8462a2c2fb (patch) | |
tree | 1de8262d2c3c416f655a9fb02a7c3d96c5a5c331 /eclass/games.eclass | |
parent | initial import (diff) | |
download | historical-44640992d1b389b4202c44ecce419f8462a2c2fb.tar.gz historical-44640992d1b389b4202c44ecce419f8462a2c2fb.tar.bz2 historical-44640992d1b389b4202c44ecce419f8462a2c2fb.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 |