[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:35 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 m a s t e r
in repository xfce/thunar.
commit 634df2302a979ce8af39e8fffe9980929b2fe945
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 40188ad..dc8284e 100644
--- a/thunar/Makefile.am
+++ b/thunar/Makefile.am
@@ -268,6 +268,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