diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-23 09:04:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-09-23 09:04:08 +0000 |
commit | 54627f9612cd8554618d1bb04b58a5c3f3ec5511 (patch) | |
tree | aaeb898a99ab950e36a1ea3c5a2b519ab39c26ca /games-action/battalion | |
parent | Added /usr/X11R6/bin to PATH and /usr/X11R6/lib/pkgconfig to PKG_CONFIG_PATH. (diff) | |
download | historical-54627f9612cd8554618d1bb04b58a5c3f3ec5511.tar.gz historical-54627f9612cd8554618d1bb04b58a5c3f3ec5511.tar.bz2 historical-54627f9612cd8554618d1bb04b58a5c3f3ec5511.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" |