remove mate-text-editor symlink

This commit is contained in:
infirit
2014-02-13 18:09:14 +01:00
parent e0deea0a7f
commit 24c8142ce7

View File

@@ -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