diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-05 21:49:06 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-05 21:49:06 +0000 |
commit | 7708e35e3c261895abfbe8454f72a94beb2aafcf (patch) | |
tree | 58c47e879d5634b577f53fc3ae5520016f32e8df /app-admin/authconfig | |
parent | Stable on sparc (diff) | |
download | gentoo-2-7708e35e3c261895abfbe8454f72a94beb2aafcf.tar.gz gentoo-2-7708e35e3c261895abfbe8454f72a94beb2aafcf.tar.bz2 gentoo-2-7708e35e3c261895abfbe8454f72a94beb2aafcf.zip |
Cleanup compiled python files.
(Portage version: 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} } |