diff options
Diffstat (limited to 'app-admin/system-config-soundcard/system-config-soundcard-2.0.1.ebuild')
-rw-r--r-- | app-admin/system-config-soundcard/system-config-soundcard-2.0.1.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app-admin/system-config-soundcard/system-config-soundcard-2.0.1.ebuild b/app-admin/system-config-soundcard/system-config-soundcard-2.0.1.ebuild index 54eadb675d0a..b511ee54e11a 100644 --- a/app-admin/system-config-soundcard/system-config-soundcard-2.0.1.ebuild +++ b/app-admin/system-config-soundcard/system-config-soundcard-2.0.1.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-soundcard/system-config-soundcard-2.0.1.ebuild,v 1.1 2006/09/05 21:38:04 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/system-config-soundcard/system-config-soundcard-2.0.1.ebuild,v 1.2 2006/09/05 21:56: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 @@ -45,3 +45,7 @@ src_install() { fperms 644 /etc/pam.d/${PN} } + +pkg_postrm() { + python_mod_cleanup /usr/share/${PN} +} |