From 8567411313d31f21598f8d1881a5b7b7c2ace05e Mon Sep 17 00:00:00 2001 From: Andre Miranda Date: Tue, 2 May 2017 23:56:21 -0300 Subject: [PATCH] Delete Thunar symlink on uninstall --- thunar/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/thunar/Makefile.am b/thunar/Makefile.am index 98bcbb62..512feb30 100644 --- a/thunar/Makefile.am +++ b/thunar/Makefile.am @@ -264,6 +264,9 @@ install-exec-hook: $(mkinstalldirs) $(DESTDIR)$(bindir) -( cd $(DESTDIR)$(bindir) ; test -x Thunar || ln -sf thunar Thunar ) +uninstall-local: + -( cd $(DESTDIR)$(bindir) ; test -x Thunar || rm -f Thunar ) + clean-local: rm -f *.core core core.* *.o -- 2.12.2