diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-05-10 10:40:32 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-05-10 10:40:32 +0000 |
commit | 5d5d74fd291f1cc4962a6ddcb9b29b3adba78fd3 (patch) | |
tree | 9e8cacc700cfc32f66d56d4eb698896f0b7adcd6 /dev-util/mono-tools/mono-tools-2.2.9999.ebuild | |
parent | Fixing invalid atom for media-gfx/eog mask. (diff) | |
download | gentoo-2-5d5d74fd291f1cc4962a6ddcb9b29b3adba78fd3.tar.gz gentoo-2-5d5d74fd291f1cc4962a6ddcb9b29b3adba78fd3.tar.bz2 gentoo-2-5d5d74fd291f1cc4962a6ddcb9b29b3adba78fd3.zip |
Fix bug 266694, remove defunct .desktop file.
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/mono-tools/mono-tools-2.2.9999.ebuild')
-rw-r--r-- | dev-util/mono-tools/mono-tools-2.2.9999.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-util/mono-tools/mono-tools-2.2.9999.ebuild b/dev-util/mono-tools/mono-tools-2.2.9999.ebuild index 9b5a1f5fa0ca..65bbc162a45c 100644 --- a/dev-util/mono-tools/mono-tools-2.2.9999.ebuild +++ b/dev-util/mono-tools/mono-tools-2.2.9999.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/dev-util/mono-tools/mono-tools-2.2.9999.ebuild,v 1.1 2009/05/05 11:55:19 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mono-tools/mono-tools-2.2.9999.ebuild,v 1.2 2009/05/10 10:40:32 loki_val Exp $ EAPI=2 @@ -45,3 +45,9 @@ src_configure() { $(use_enable webkit) \ || die "configure failed" } + +src_install() { + go-mono_src_install + # Defunct .desktop file, see bug 266694 + find "${D}" -type f -name 'mprof-heap-viewer.desktop' -exec rm -f '{}' '+' || die "removal of mprof-heap-viewer.desktop failed" +} |