diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-02-20 21:14:40 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-02-20 21:14:40 +0000 |
commit | 4a3e6ec082a4517cb5667d577ad6498ef14234ad (patch) | |
tree | 7098b6f382c0c07823140766b69ab0e14536be0d /xfce-base | |
parent | version bump and propagate ~arch keywords to live-template-ebuild (diff) | |
download | gentoo-2-4a3e6ec082a4517cb5667d577ad6498ef14234ad.tar.gz gentoo-2-4a3e6ec082a4517cb5667d577ad6498ef14234ad.tar.bz2 gentoo-2-4a3e6ec082a4517cb5667d577ad6498ef14234ad.zip |
Remove more file collisions
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/xfce-utils/xfce-utils-4.8.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xfce-base/xfce-utils/xfce-utils-4.8.3.ebuild b/xfce-base/xfce-utils/xfce-utils-4.8.3.ebuild index 57665bfb32ac..6bc50e506840 100644 --- a/xfce-base/xfce-utils/xfce-utils-4.8.3.ebuild +++ b/xfce-base/xfce-utils/xfce-utils-4.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.8.3.ebuild,v 1.8 2012/02/20 20:59:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.8.3.ebuild,v 1.9 2012/02/20 21:14:40 ssuominen Exp $ EAPI=4 inherit xfconf @@ -56,7 +56,8 @@ src_install() { # NOTE: ONLY FOR DEVELOPMENT REASONS has_version '>=xfce-extra/xfce4-appfinder-4.9' && rm -f \ - "${ED}"usr/bin/xfrun4 + "${ED}"usr/bin/xfrun4 \ + "${ED}"usr/share/applications/xfrun4.desktop has_version '>=xfce-base/libxfce4ui-4.9' && rm -f \ "${ED}"usr/bin/xfce4-about \ "${ED}"usr/share/applications/xfce4-about.desktop \ |