diff options
-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 } |