diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-11-03 16:05:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-11-03 16:05:59 +0000 |
commit | 9b89b96c8b2645720f31221d1bbe3b7c7063b92a (patch) | |
tree | eb8760f77ed53d54bfe4879e4726fd596fd0d1f8 /games-fps/industri | |
parent | Added RUBY_SLOT. If your ebuild supports both 1.6 and 1.8, define it to "0" (diff) | |
download | gentoo-2-9b89b96c8b2645720f31221d1bbe3b7c7063b92a.tar.gz gentoo-2-9b89b96c8b2645720f31221d1bbe3b7c7063b92a.tar.bz2 gentoo-2-9b89b96c8b2645720f31221d1bbe3b7c7063b92a.zip |
add msg about how to setup game #32619
Diffstat (limited to 'games-fps/industri')
-rw-r--r-- | games-fps/industri/industri-1.01.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games-fps/industri/industri-1.01.ebuild b/games-fps/industri/industri-1.01.ebuild index 6d82c737510f..f1719f9559f7 100644 --- a/games-fps/industri/industri-1.01.ebuild +++ b/games-fps/industri/industri-1.01.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/industri/industri-1.01.ebuild,v 1.1 2003/10/30 07:27:52 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/industri/industri-1.01.ebuild,v 1.2 2003/11/03 16:05:59 vapier Exp $ inherit games @@ -60,3 +60,9 @@ src_install() { doins * prepgamesdirs } + +pkg_postinst() { + games_pkg_postinst + einfo "Please setup your quake pak files before playing in" + einfo "${GAMES_DATADIR}/quake-data" +} |