diff options
author | 2006-09-05 21:56:50 +0000 | |
---|---|---|
committer | 2006-09-05 21:56:50 +0000 | |
commit | bdf687fa14898d3f02a9c9fd8f064d3f39ba91a4 (patch) | |
tree | 6b8764c71826253a19b604edfec631a6f0e6e486 /app-admin/system-config-httpd/system-config-httpd-1.3.3.ebuild | |
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/system-config-httpd/system-config-httpd-1.3.3.ebuild')
-rw-r--r-- | app-admin/system-config-httpd/system-config-httpd-1.3.3.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app-admin/system-config-httpd/system-config-httpd-1.3.3.ebuild b/app-admin/system-config-httpd/system-config-httpd-1.3.3.ebuild index 7ca9bfc2bdaa..0809b485ae09 100644 --- a/app-admin/system-config-httpd/system-config-httpd-1.3.3.ebuild +++ b/app-admin/system-config-httpd/system-config-httpd-1.3.3.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/system-config-httpd/system-config-httpd-1.3.3.ebuild,v 1.1 2006/09/05 21:25:15 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-httpd/system-config-httpd-1.3.3.ebuild,v 1.2 2006/09/05 21:54:33 dberkholz Exp $ -inherit eutils rpm +inherit python eutils rpm # Revision of the RPM. Shouldn't affect us, as we're just grabbing the source # tarball out of it @@ -47,3 +47,7 @@ src_install() { fperms 644 /etc/pam.d/${PN} } + +pkg_postrm() { + python_mod_cleanup /usr/share/${PN} +} |