summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-11-27 19:49:28 +0000
committerMike Frysinger <vapier@gentoo.org>2002-11-27 19:49:28 +0000
commitb3009f396761c408c2fbc22aaafbda2e51915839 (patch)
tree48443d4fca781f05b681c92c72fae2b5cea51867 /eclass/games.eclass
parentnew ebuild. (diff)
downloadgentoo-2-b3009f396761c408c2fbc22aaafbda2e51915839.tar.gz
gentoo-2-b3009f396761c408c2fbc22aaafbda2e51915839.tar.bz2
gentoo-2-b3009f396761c408c2fbc22aaafbda2e51915839.zip
added info about games group
Diffstat (limited to 'eclass/games.eclass')
-rw-r--r--eclass/games.eclass6
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass
index 69b50c77ca9a..01dd1959ac45 100644
--- a/eclass/games.eclass
+++ b/eclass/games.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.12 2002/11/18 14:26:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.13 2002/11/27 19:49:28 vapier Exp $
# devlist: {bass,phoenix,vapier}@gentoo.org
# This is the games ebuild for standardizing the install of games ...
@@ -87,4 +87,8 @@ gamesenv() {
games_pkg_postinst() {
gamesenv
+ ewarn "Remember, in order to play games, you have to"
+ ewarn "be in the 'games' group."
+ ewarn "To add yourself to the 'games' group, simply do:"
+ ewarn '`usermod -G games mike` to add mike to the games group'
}