diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-12 01:14:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-02-12 01:14:38 +0000 |
commit | 9fec6b20d7907e441d26a7f1918acc6b2b904cc4 (patch) | |
tree | 0092ddce18f69f7d3e108e19d6b00265a98def52 /games-server/hlstats | |
parent | Mask 3.4 series -ia64; PINE fails horribly with it but works on 3.3.2... (diff) | |
download | gentoo-2-9fec6b20d7907e441d26a7f1918acc6b2b904cc4.tar.gz gentoo-2-9fec6b20d7907e441d26a7f1918acc6b2b904cc4.tar.bz2 gentoo-2-9fec6b20d7907e441d26a7f1918acc6b2b904cc4.zip |
need to call games_pkg_postinst
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-server/hlstats')
-rw-r--r-- | games-server/hlstats/hlstats-1.20-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-server/hlstats/hlstats-1.20-r1.ebuild b/games-server/hlstats/hlstats-1.20-r1.ebuild index de44660f07fe..dd19009376aa 100644 --- a/games-server/hlstats/hlstats-1.20-r1.ebuild +++ b/games-server/hlstats/hlstats-1.20-r1.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-server/hlstats/hlstats-1.20-r1.ebuild,v 1.2 2004/06/25 03:02:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-server/hlstats/hlstats-1.20-r1.ebuild,v 1.3 2005/02/12 01:14:38 mr_bones_ Exp $ inherit games webapp @@ -54,6 +54,7 @@ src_install() { } pkg_postinst() { + games_pkg_postinst einfo "To setup:" einfo " 1. \`mysqladmin create hlstats\`" einfo " 2. \`mysql hlstats < ${GAMES_DATADIR}/${PN}/hlstats.sql\`" |