diff options
author | 2002-11-30 00:50:17 +0000 | |
---|---|---|
committer | 2002-11-30 00:50:17 +0000 | |
commit | 750663933cc07febfb426611aeadfe5d3245614d (patch) | |
tree | f72dbc65b832c478103b4a06e8c4ba1466ee59d4 /eclass/games.eclass | |
parent | added spaces around msg (diff) | |
download | historical-750663933cc07febfb426611aeadfe5d3245614d.tar.gz historical-750663933cc07febfb426611aeadfe5d3245614d.tar.bz2 historical-750663933cc07febfb426611aeadfe5d3245614d.zip |
removed info for adding to group from pkg_postinst
Diffstat (limited to 'eclass/games.eclass')
-rw-r--r-- | eclass/games.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/games.eclass b/eclass/games.eclass index 8b7a06e9c9b6..636c3fcaa64e 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.16 2002/11/30 00:44:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/games.eclass,v 1.17 2002/11/30 00:50:17 vapier Exp $ # devlist: {bass,phoenix,vapier}@gentoo.org # This is the games ebuild for standardizing the install of games ... @@ -90,7 +90,5 @@ games_pkg_postinst() { echo 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' echo } |