diff options
Diffstat (limited to 'net-p2p/gnunet/gnunet-0.4.6.ebuild')
-rw-r--r-- | net-p2p/gnunet/gnunet-0.4.6.ebuild | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/net-p2p/gnunet/gnunet-0.4.6.ebuild b/net-p2p/gnunet/gnunet-0.4.6.ebuild index 3a30c181501f..665afff65278 100644 --- a/net-p2p/gnunet/gnunet-0.4.6.ebuild +++ b/net-p2p/gnunet/gnunet-0.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.4.6.ebuild,v 1.4 2003/02/13 15:19:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnunet/gnunet-0.4.6.ebuild,v 1.5 2003/03/23 10:06:59 mholzer Exp $ S="${WORKDIR}/GNUnet-${PV}" DESCRIPTION="GNUnet is an anonymous, distributed, reputation based network." @@ -35,3 +35,11 @@ src_install () { docinto contrib dodoc contrib/* } + +pkg_postinst() { + einfo "" + einfo "now copy an appropriate config file from" + einfo "/usr/share/doc/${P}/contrib" + einfo "to ~/.gnunet/gnunet.conf" + einfo "" +} |