diff --git a/pluma/Makefile.am b/pluma/Makefile.am index ece8738..a923779 100644 --- a/pluma/Makefile.am +++ b/pluma/Makefile.am @@ -226,9 +226,6 @@ install-exec-hook: if PLATFORM_WIN32 $(mkinstalldirs) "$(DESTDIR)$(libdir)" $(INSTALL_DATA) libpluma.a "$(DESTDIR)$(libdir)" -else - rm -f $(DESTDIR)$(bindir)/mate-text-editor - ln -s pluma $(DESTDIR)$(bindir)/mate-text-editor endif if !OS_WIN32