diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-05 21:56:50 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-05 21:56:50 +0000 |
commit | bdf687fa14898d3f02a9c9fd8f064d3f39ba91a4 (patch) | |
tree | 6b8764c71826253a19b604edfec631a6f0e6e486 /app-admin/authconfig | |
parent | Stable on sparc (diff) | |
download | historical-bdf687fa14898d3f02a9c9fd8f064d3f39ba91a4.tar.gz historical-bdf687fa14898d3f02a9c9fd8f064d3f39ba91a4.tar.bz2 historical-bdf687fa14898d3f02a9c9fd8f064d3f39ba91a4.zip |
Cleanup compiled python files.
Package-Manager: portage-2.1.1_rc1-r1
Diffstat (limited to 'app-admin/authconfig')
-rw-r--r-- | app-admin/authconfig/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/authconfig/authconfig-5.3.5.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-admin/authconfig/ChangeLog b/app-admin/authconfig/ChangeLog index 5de0e5d2ddb9..08f6a58f291b 100644 --- a/app-admin/authconfig/ChangeLog +++ b/app-admin/authconfig/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/authconfig # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/authconfig/ChangeLog,v 1.1 2006/09/05 21:00:35 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/authconfig/ChangeLog,v 1.2 2006/09/05 21:49:06 dberkholz Exp $ + + 05 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; + authconfig-5.3.5.ebuild: + Cleanup compiled python files. *authconfig-5.3.5 (05 Sep 2006) diff --git a/app-admin/authconfig/authconfig-5.3.5.ebuild b/app-admin/authconfig/authconfig-5.3.5.ebuild index de3ededa8cc7..ff98e4e09f15 100644 --- a/app-admin/authconfig/authconfig-5.3.5.ebuild +++ b/app-admin/authconfig/authconfig-5.3.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/authconfig/authconfig-5.3.5.ebuild,v 1.1 2006/09/05 21:00:35 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/authconfig/authconfig-5.3.5.ebuild,v 1.2 2006/09/05 21:49:06 dberkholz Exp $ -inherit eutils rpm +inherit eutils python rpm # Revision of the RPM. Shouldn't affect us, as we're just grabbing the source # tarball out of it @@ -46,4 +46,6 @@ pkg_postinst() { elog "install the nss_XXX package or another provider of the nss module." elog "To activate options in the Authentication tab," elog "install the pam_XXX package or another provider of the pam module." + + python_mod_cleanup /usr/share/${PN} } |