diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-23 09:02:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-23 09:02:17 +0000 |
commit | 7e45f459c3344b02f85d43c439259eb468331c8a (patch) | |
tree | 0c28c53424b85a1b6668670dfb2210fe92213522 /games-action/battalion | |
parent | Added /usr/X11R6/bin to PATH and /usr/X11R6/lib/pkgconfig to PKG_CONFIG_PATH. (diff) | |
download | gentoo-2-7e45f459c3344b02f85d43c439259eb468331c8a.tar.gz gentoo-2-7e45f459c3344b02f85d43c439259eb468331c8a.tar.bz2 gentoo-2-7e45f459c3344b02f85d43c439259eb468331c8a.zip |
games_pkg_postinst
Diffstat (limited to 'games-action/battalion')
-rw-r--r-- | games-action/battalion/battalion-1.4b.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games-action/battalion/battalion-1.4b.ebuild b/games-action/battalion/battalion-1.4b.ebuild index 83eeeb9b3b34..73089954f897 100644 --- a/games-action/battalion/battalion-1.4b.ebuild +++ b/games-action/battalion/battalion-1.4b.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/battalion/battalion-1.4b.ebuild,v 1.6 2004/06/24 21:52:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/battalion/battalion-1.4b.ebuild,v 1.7 2004/09/23 09:02:17 mr_bones_ Exp $ inherit games @@ -24,7 +24,7 @@ dir="${GAMES_DATADIR}/${PN}" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # Modify data paths sed -i \ @@ -61,6 +61,8 @@ src_install() { } pkg_postinst() { + games_pkg_postinst + echo einfo "Sound and music are not enabled by default." einfo "Use the S and M keys to enable them in-game, or start the game with" einfo "the -s and -m switches: battalion -s -m" |