View | Details | Raw Unified
Collapse All | Expand All

(-) pymmlib-0.9.8.ebuild (-2 / +6 lines)
 Lines 1-6    Link Here 
# Copyright 1999-2006 Gentoo Foundation
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/pymmlib/pymmlib-0.9.8.ebuild,v 1.4 2006/09/26 07:54:00 dberkholz Exp $
# $Header: $
inherit multilib python
inherit multilib python
 Lines 43-47    Link Here 
}
}
pkg_postinst() {
pkg_postinst() {
	python_mod_optimize ${ROOT}usr/$(get_libdir)/python2.4/site-packages/mmLib
	python_mod_optimize ${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/mmLib
}
pkg_postrm() {
	python_mod_cleanup ${ROOT}usr/$(get_libdir)/python${PYVER}/site-packages/mmLib
}
}