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

andre pushed a 
commit to branch 
xfce-4.12
in repository xfce/thunar.

commit 0265c0ff809517f6e3b2208447a67e5160a661dd
Author: Andre Miranda <[email protected]>
Date:   Sat Sep 23 19:02:02 2017 -0300

    Delete Thunar symlink on uninstall (Bug #13533)
---
 thunar/Makefile.am | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/thunar/Makefile.am b/thunar/Makefile.am
index 8e7d624..3e07bfc 100644
--- a/thunar/Makefile.am
+++ b/thunar/Makefile.am
@@ -287,6 +287,9 @@ install-exec-hook:
        $(mkinstalldirs) $(DESTDIR)$(bindir)
        -( cd $(DESTDIR)$(bindir) ; test -x Thunar || ln -sf thunar Thunar )
 
+uninstall-local:
+       -( cd $(DESTDIR)$(bindir) ; test -h Thunar && rm -f Thunar )
+
 clean-local:
        rm -f *.core core core.* *.o
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to