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 | 49f1426e632310f721b1a1f9e8fe9d61a40503bb (patch) | |
tree | d1c9a117dd7f44d0c75965852cc4b946c70be372 /games-server | |
parent | Mask 3.4 series -ia64; PINE fails horribly with it but works on 3.3.2... (diff) | |
download | historical-49f1426e632310f721b1a1f9e8fe9d61a40503bb.tar.gz historical-49f1426e632310f721b1a1f9e8fe9d61a40503bb.tar.bz2 historical-49f1426e632310f721b1a1f9e8fe9d61a40503bb.zip |
need to call games_pkg_postinst
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'games-server')
-rw-r--r-- | games-server/hlstats/Manifest | 4 | ||||
-rw-r--r-- | games-server/hlstats/hlstats-1.20-r1.ebuild | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/games-server/hlstats/Manifest b/games-server/hlstats/Manifest index cf6680b20117..09e3214f19db 100644 --- a/games-server/hlstats/Manifest +++ b/games-server/hlstats/Manifest @@ -1,6 +1,6 @@ -MD5 12b9e4c965520d3cd6a74ce34a7ff9db hlstats-1.20-r1.ebuild 2471 MD5 9ca7b07b1b14932d2e1d01392660d662 ChangeLog 695 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 2b424fe3271f42ceeabfcc94a4fd1554 hlstats-1.20-r1.ebuild 2492 +MD5 819787fd7ea1413af32af58c51ede1a5 files/hlstats 120 MD5 abc69f8fd2ab9151ef7106998a231151 files/hlstats.rc 502 MD5 2db304e98fb5a2fcd9ac87831a987b47 files/digest-hlstats-1.20-r1 65 -MD5 819787fd7ea1413af32af58c51ede1a5 files/hlstats 120 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\`" |