[Xfce4-commits] [xfce/thunar] 01/01: Delete Thunar symlink on uninstall (Bug #13533)
noreply at xfce.org
noreply at xfce.org
Sun Sep 24 00:03:12 CEST 2017
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 x f c e - 4 . 1 2
in repository xfce/thunar.
commit 0265c0ff809517f6e3b2208447a67e5160a661dd
Author: Andre Miranda <andreldm at xfce.org>
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.
More information about the Xfce4-commits
mailing list