diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-04 01:17:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-04 01:17:50 +0000 |
commit | c8d2c8217de5dbaa67aad9b87acd10a34b2268bd (patch) | |
tree | 6989828f94576b4188b72f67857d9e3a5eaaeaed /x11-wm | |
parent | Mark 0.04 stable on ia64 (diff) | |
download | gentoo-2-c8d2c8217de5dbaa67aad9b87acd10a34b2268bd.tar.gz gentoo-2-c8d2c8217de5dbaa67aad9b87acd10a34b2268bd.tar.bz2 gentoo-2-c8d2c8217de5dbaa67aad9b87acd10a34b2268bd.zip |
remove old code
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/enlightenment/enlightenment-0.16.9999.ebuild | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/x11-wm/enlightenment/enlightenment-0.16.9999.ebuild b/x11-wm/enlightenment/enlightenment-0.16.9999.ebuild index a2cd05b5889a..fe5545d23b5a 100644 --- a/x11-wm/enlightenment/enlightenment-0.16.9999.ebuild +++ b/x11-wm/enlightenment/enlightenment-0.16.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.9999.ebuild,v 1.15 2006/01/07 07:28:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/enlightenment/enlightenment-0.16.9999.ebuild,v 1.16 2006/02/04 01:17:50 vapier Exp $ ECVS_SERVER="cvs.sourceforge.net:/cvsroot/enlightenment" ECVS_MODULE="e16/e" @@ -64,14 +64,5 @@ src_install() { exeinto /etc/X11/Sessions doexe "${FILESDIR}"/enlightenment - dodoc AUTHORS ChangeLog FAQ INSTALL NEWS README* docs/README* - - # fix default xcursor support - cd "${D}"/usr/share/enlightenment/themes - local deftheme=`readlink DEFAULT` - cp -rf ${deftheme} ${deftheme}-xcursors - rm DEFAULT - ln -s ${deftheme}-xcursors DEFAULT - rm -rf ${deftheme}-xcursors/cursors* - cp "${FILESDIR}"/cursors.cfg ${deftheme}-xcursors/ + dodoc AUTHORS ChangeLog INSTALL NEWS README* docs/README* } |