|
|
# 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 |
| |
|
|
} | } |
| |
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 |
} | } |