commit: 2176953cfefd6ba37279ffcaf0d07aa8b7851efb
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 5 19:16:49 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Apr 5 19:17:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2176953c
app-misc/hachoir-metadata: drop old gtk delete #557464
The prepare phase already drops this file from the install,
so trying to delete it the install phase will always fail.
app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild | 4 ----
1 file changed, 4 deletions(-)
diff --git a/app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild
b/app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild
index bc192ed..8bb1ec7 100644
--- a/app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild
+++ b/app-misc/hachoir-metadata/hachoir-metadata-1.3.3-r1.ebuild
@@ -58,10 +58,6 @@ python_install_all() {
insinto /usr/share/apps/konqueror/servicemenus
doins kde/hachoir.desktop
fi
-
- if ! use gtk; then
- rm "${ED}usr/bin/hachoir-metadata-gtk"* || die
- fi
}
pkg_postinst() {