summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2006-09-05 21:53:40 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2006-09-05 21:53:40 +0000
commit9af73a69d7aa7e4e596fa1c8c56c08bc3d04c954 (patch)
tree5c0632d3759de2837ec66498dce3035f2538b2b3
parentCleanup compiled python files. (diff)
downloadgentoo-2-9af73a69d7aa7e4e596fa1c8c56c08bc3d04c954.tar.gz
gentoo-2-9af73a69d7aa7e4e596fa1c8c56c08bc3d04c954.tar.bz2
gentoo-2-9af73a69d7aa7e4e596fa1c8c56c08bc3d04c954.zip
Cleanup compiled python files.
(Portage version: 2.1.1_rc1-r1)
-rw-r--r--app-admin/system-config-bind/ChangeLog6
-rw-r--r--app-admin/system-config-bind/system-config-bind-4.0.0.ebuild8
2 files changed, 11 insertions, 3 deletions
diff --git a/app-admin/system-config-bind/ChangeLog b/app-admin/system-config-bind/ChangeLog
index 7f51dea303a6..de4b96ab79e3 100644
--- a/app-admin/system-config-bind/ChangeLog
+++ b/app-admin/system-config-bind/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/system-config-bind
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-bind/ChangeLog,v 1.1 2006/09/05 21:16:46 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-bind/ChangeLog,v 1.2 2006/09/05 21:53:40 dberkholz Exp $
+
+ 05 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>;
+ system-config-bind-4.0.0.ebuild:
+ Cleanup compiled python files.
*system-config-bind-4.0.0 (05 Sep 2006)
diff --git a/app-admin/system-config-bind/system-config-bind-4.0.0.ebuild b/app-admin/system-config-bind/system-config-bind-4.0.0.ebuild
index cc72516ac01a..8783b0d779f1 100644
--- a/app-admin/system-config-bind/system-config-bind-4.0.0.ebuild
+++ b/app-admin/system-config-bind/system-config-bind-4.0.0.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-bind/system-config-bind-4.0.0.ebuild,v 1.1 2006/09/05 21:16:46 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-bind/system-config-bind-4.0.0.ebuild,v 1.2 2006/09/05 21:53:40 dberkholz Exp $
-inherit eutils rpm
+inherit python eutils rpm
# Tag for which Fedora Core version it's from
FCVER="6"
@@ -48,3 +48,7 @@ src_install() {
dodir /etc/sysconfig
touch "${D}"/etc/sysconfig/named
}
+
+pkg_postrm() {
+ python_mod_cleanup /usr/share/${PN}
+}