diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-05 21:33:00 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-04-05 21:33:00 +0000 |
commit | 7a01f6d5799f264d282db10abff95bdb2ce97132 (patch) | |
tree | feaf9dd67dd3de5daf988b8f7ac35c0d41704043 /net-p2p | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-7a01f6d5799f264d282db10abff95bdb2ce97132.tar.gz gentoo-2-7a01f6d5799f264d282db10abff95bdb2ce97132.tar.bz2 gentoo-2-7a01f6d5799f264d282db10abff95bdb2ce97132.zip |
Call distutils_pkg_postinst().
(Portage version: 2.2.0_alpha29_p9/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/nicotine+/nicotine+-1.2.16.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/nicotine+/nicotine+-1.2.16.ebuild b/net-p2p/nicotine+/nicotine+-1.2.16.ebuild index 09728a48df1b..94ad78fec244 100644 --- a/net-p2p/nicotine+/nicotine+-1.2.16.ebuild +++ b/net-p2p/nicotine+/nicotine+-1.2.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.16.ebuild,v 1.4 2011/03/27 19:15:07 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.16.ebuild,v 1.5 2011/04/05 21:33:00 arfrever Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -33,6 +33,7 @@ src_install() { } pkg_postinst() { + distutils_pkg_postinst echo elog "You may want to install these packages to add additional features" elog "to Nicotine+:" |