summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/xulrunner/xulrunner-1.9.0.4-r1.ebuild')
-rw-r--r--net-libs/xulrunner/xulrunner-1.9.0.4-r1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-libs/xulrunner/xulrunner-1.9.0.4-r1.ebuild b/net-libs/xulrunner/xulrunner-1.9.0.4-r1.ebuild
index 66600cf2ab1a..ee0e8fcf2280 100644
--- a/net-libs/xulrunner/xulrunner-1.9.0.4-r1.ebuild
+++ b/net-libs/xulrunner/xulrunner-1.9.0.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.4-r1.ebuild,v 1.2 2008/12/14 18:24:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.4-r1.ebuild,v 1.3 2008/12/14 18:28:02 armin76 Exp $
WANT_AUTOCONF="2.1"
@@ -168,17 +168,16 @@ src_install() {
}
pkg_postinst() {
- if use python ; then
+ if use python; then
python_version
python_mod_optimize ${ROOT}/usr/$(get_libdir)/${PN}-1.9/python/xpcom
fi
}
pkg_postrm() {
- if use python ; then
+ if use python; then
python_version
python_mod_cleanup
fi
}
-