summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-11-27 18:47:59 +0000
committerJon Hood <squinky86@gentoo.org>2004-11-27 18:47:59 +0000
commitcaf5bb2dfdcf29c118eb8ac60f15b33a4730064c (patch)
tree09a0ae9cb7c147986d93f481f4bb6e7891cbe290 /net-p2p
parentVersion bump to 0.1.2 (Manifest recommit) (diff)
downloadgentoo-2-caf5bb2dfdcf29c118eb8ac60f15b33a4730064c.tar.gz
gentoo-2-caf5bb2dfdcf29c118eb8ac60f15b33a4730064c.tar.bz2
gentoo-2-caf5bb2dfdcf29c118eb8ac60f15b33a4730064c.zip
add postinst
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.1.ebuild8
1 files changed, 7 insertions, 1 deletions
diff --git a/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.1.ebuild b/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.1.ebuild
index 9934036efd6e..5754546b35d1 100644
--- a/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.1.ebuild
+++ b/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.1.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/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.1.ebuild,v 1.1 2004/11/25 00:35:10 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/ghostwhitecrab/ghostwhitecrab-0.9.1.ebuild,v 1.2 2004/11/27 18:47:59 squinky86 Exp $
inherit eutils
@@ -66,3 +66,9 @@ src_install() {
dohtml doc/*.html doc/*.css doc/specs/*.html
dodoc doc/specs/*.txt examples/*
}
+
+pkg_postinst() {
+ einfo "To have your cache submitted to the gnutella network,"
+ einfo "please submit it to:"
+ einfo "\thttp://gcachescan.jonatkins.com"
+}