xfce-extra/thunar-archive-plugin: remove unused patch
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Thu, 17 Aug 2017 08:06:38 +0000 (10:06 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 2 Sep 2017 22:51:23 +0000 (00:51 +0200)
Closes: https://github.com/gentoo/gentoo/pull/5460

xfce-extra/thunar-archive-plugin/files/0.3.1-fix-file-roller.patch [deleted file]

diff --git a/xfce-extra/thunar-archive-plugin/files/0.3.1-fix-file-roller.patch b/xfce-extra/thunar-archive-plugin/files/0.3.1-fix-file-roller.patch
deleted file mode 100644 (file)
index 0944802..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/scripts/Makefile.am b/scripts/Makefile.am
-index 4da529c..2ba8dec 100644
---- a/scripts/Makefile.am
-+++ b/scripts/Makefile.am
-@@ -9,8 +9,8 @@ wrapper_SCRIPTS =                                                      \
- install-exec-hook:
-       $(mkinstalldirs) $(DESTDIR)$(wrapperdir)
-       -( cd $(DESTDIR)$(wrapperdir) ; \
--              test -f gnome-file-roller.tap \
--              || ln -sf file-roller.tap gnome-file-roller.tap )
-+              ln -sf file-roller.tap gnome-file-roller.tap; \
-+              ln -sf file-roller.tap org.gnome.FileRoller.tap; )
- EXTRA_DIST =                                                          \
-       $(wrapper_SCRIPTS)                                              \