diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-11-04 08:25:03 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-11-04 08:25:03 +0000 |
commit | f1c5af5695a09f4ddd205bc65884ace74fdfd244 (patch) | |
tree | f913776827637ad1962793400cba11077b97022d /net-proxy/sshproxy/sshproxy-0.5.0.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-f1c5af5695a09f4ddd205bc65884ace74fdfd244.tar.gz gentoo-2-f1c5af5695a09f4ddd205bc65884ace74fdfd244.tar.bz2 gentoo-2-f1c5af5695a09f4ddd205bc65884ace74fdfd244.zip |
Remove useless pkg_setup call from pkg_preinst.
(Portage version: 2.1.3.9)
Diffstat (limited to 'net-proxy/sshproxy/sshproxy-0.5.0.ebuild')
-rw-r--r-- | net-proxy/sshproxy/sshproxy-0.5.0.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-proxy/sshproxy/sshproxy-0.5.0.ebuild b/net-proxy/sshproxy/sshproxy-0.5.0.ebuild index 5dcb7ac4d6d6..490fca3b2d95 100644 --- a/net-proxy/sshproxy/sshproxy-0.5.0.ebuild +++ b/net-proxy/sshproxy/sshproxy-0.5.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/sshproxy/sshproxy-0.5.0.ebuild,v 1.2 2006/09/29 03:26:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/sshproxy/sshproxy-0.5.0.ebuild,v 1.3 2007/11/04 08:25:03 mrness Exp $ inherit distutils @@ -90,8 +90,6 @@ pkg_postinst () { einfo " SSHPROXY_USER (default to $USER)" einfo "for each sshproxy user." else - pkg_setup #for creating the user when installed from binary package - distutils_pkg_postinst echo |