summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2006-09-05 21:49:55 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2006-09-05 21:49:55 +0000
commit212d5c4b1be845b852ebb638becbec3ef864cfeb (patch)
treea93c8159f55eab6f19809cb1622b947f42e9406d /app-admin/authconfig
parentCleanup compiled python files. (diff)
downloadgentoo-2-212d5c4b1be845b852ebb638becbec3ef864cfeb.tar.gz
gentoo-2-212d5c4b1be845b852ebb638becbec3ef864cfeb.tar.bz2
gentoo-2-212d5c4b1be845b852ebb638becbec3ef864cfeb.zip
Do that in the right function.
(Portage version: 2.1.1_rc1-r1)
Diffstat (limited to 'app-admin/authconfig')
-rw-r--r--app-admin/authconfig/ChangeLog6
-rw-r--r--app-admin/authconfig/authconfig-5.3.5.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/app-admin/authconfig/ChangeLog b/app-admin/authconfig/ChangeLog
index 08f6a58f291b..5cd238a062fa 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.2 2006/09/05 21:49:06 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/authconfig/ChangeLog,v 1.3 2006/09/05 21:49:55 dberkholz Exp $
+
+ 05 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>;
+ authconfig-5.3.5.ebuild:
+ Do that in the right function.
05 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>;
authconfig-5.3.5.ebuild:
diff --git a/app-admin/authconfig/authconfig-5.3.5.ebuild b/app-admin/authconfig/authconfig-5.3.5.ebuild
index ff98e4e09f15..d19d2900cc4d 100644
--- a/app-admin/authconfig/authconfig-5.3.5.ebuild
+++ b/app-admin/authconfig/authconfig-5.3.5.ebuild
@@ -1,6 +1,6 @@
# 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.2 2006/09/05 21:49:06 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/authconfig/authconfig-5.3.5.ebuild,v 1.3 2006/09/05 21:49:55 dberkholz Exp $
inherit eutils python rpm
@@ -46,6 +46,8 @@ 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."
+}
+pkg_postrm() {
python_mod_cleanup /usr/share/${PN}
}