diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-23 18:01:26 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-23 18:01:26 +0000 |
commit | 9872d7c34acb6197dbb34c80defb45ef3ba359b8 (patch) | |
tree | 1e2d0ddaf542c4bdeb7b79806adf7c0b4a200cf4 /xfce-base/exo | |
parent | xfce-base/exo (diff) | |
download | gentoo-2-9872d7c34acb6197dbb34c80defb45ef3ba359b8.tar.gz gentoo-2-9872d7c34acb6197dbb34c80defb45ef3ba359b8.tar.bz2 gentoo-2-9872d7c34acb6197dbb34c80defb45ef3ba359b8.zip |
typo
(Portage version: 2.2_rc39/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/exo')
-rw-r--r-- | xfce-base/exo/exo-0.3.102-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xfce-base/exo/exo-0.3.102-r1.ebuild b/xfce-base/exo/exo-0.3.102-r1.ebuild index 345589ecc2ee..34c855485c4e 100644 --- a/xfce-base/exo/exo-0.3.102-r1.ebuild +++ b/xfce-base/exo/exo-0.3.102-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.102-r1.ebuild,v 1.1 2009/08/23 17:43:26 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.102-r1.ebuild,v 1.2 2009/08/23 18:01:26 ssuominen Exp $ EAPI=2 inherit xfconf python multilib @@ -43,11 +43,11 @@ src_prepare() { } pkg_postinst() { - xfce4_pkg_postinst + xfconf_pkg_postinst python_mod_optimize "$(python_get_sitedir)" } pkg_postrm() { - xfce4_pkg_postrm + xfconf_pkg_postrm python_mod_cleanup "$(python_get_sitedir)" } |