summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xfce-base/xfce-utils/xfce-utils-4.8.3.ebuild12
1 files changed, 1 insertions, 11 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 6bc50e506840..393323cabdc3 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.9 2012/02/20 21:14:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce-utils/xfce-utils-4.8.3.ebuild,v 1.10 2012/04/02 10:56:28 ssuominen Exp $
EAPI=4
inherit xfconf
@@ -53,14 +53,4 @@ src_install() {
echo startxfce4 > "${T}"/Xfce4
exeinto /etc/X11/Sessions
doexe "${T}"/Xfce4
-
- # NOTE: ONLY FOR DEVELOPMENT REASONS
- has_version '>=xfce-extra/xfce4-appfinder-4.9' && rm -f \
- "${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 \
- "${ED}"usr/share/icons/hicolor/*/apps/xfce4-logo.png
-
}