[Xfce4-commits] [thunar-plugins/thunar-archive-plugin] 01/01: Add support for archive manager for MATE

noreply at xfce.org noreply at xfce.org
Thu Oct 25 03:16:31 CEST 2018


This is an automated email from the git hooks/post-receive script.

a   n   d   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository thunar-plugins/thunar-archive-plugin.

commit 4a9914715ee5e1f6c0cc5f1e780e3dd418331f36
Author: Mateusz Łukasik <mati75 at linuxmint.pl>
Date:   Mon Oct 22 10:28:07 2018 +0200

    Add support for archive manager for MATE
    
    Bug-Debian: https://bugs.debian.org/783611
---
 scripts/Makefile.am | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index e320358..6d0dc4f 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -15,6 +15,11 @@ install-exec-hook:
 	-( cd $(DESTDIR)$(wrapperdir) ; \
 		test -f org.gnome.FileRoller.tap \
 		|| ln -sf file-roller.tap org.gnome.FileRoller.tap )
+# Install symlink to 'mate-engrampa.tap'
+	$(mkinstalldirs) $(DESTDIR)$(wrapperdir)
+	-( cd $(DESTDIR)$(wrapperdir) ; \
+		test -f mate-engrampa.tap \
+		|| ln -sf engrampa.tap mate-engrampa.tap )
 
 EXTRA_DIST =								\
 	$(wrapper_SCRIPTS)						\

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list