summaryrefslogtreecommitdiff
path: root/xfce-extra/thunar-archive-plugin/files/0.3.1-add-support-symlinks.patch
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-extra/thunar-archive-plugin/files/0.3.1-add-support-symlinks.patch')
-rw-r--r--xfce-extra/thunar-archive-plugin/files/0.3.1-add-support-symlinks.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/xfce-extra/thunar-archive-plugin/files/0.3.1-add-support-symlinks.patch b/xfce-extra/thunar-archive-plugin/files/0.3.1-add-support-symlinks.patch
deleted file mode 100644
index bbe5f566a4c5..000000000000
--- a/xfce-extra/thunar-archive-plugin/files/0.3.1-add-support-symlinks.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -ur thunar-archive-plugin-0.3.1.old/scripts/Makefile.am thunar-archive-plugin-0.3.1/scripts/Makefile.am
---- thunar-archive-plugin-0.3.1.old/scripts/Makefile.am 2013-05-11 13:48:30.000000000 +0400
-+++ thunar-archive-plugin-0.3.1/scripts/Makefile.am 2015-07-05 12:55:32.052090677 +0400
-@@ -9,8 +9,9 @@
- 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 ark.tap kde4-ark.tap; \
-+ ln -sf file-roller.tap gnome-file-roller.tap; \
-+ ln -sf file-roller.tap org.gnome.FileRoller.tap; )
-
- EXTRA_DIST = \
- $(wrapper_SCRIPTS) \