Blame SOURCES/fltk-1.3.4-fluid.patch

4554eb
diff --git a/fluid/Makefile b/fluid/Makefile
4554eb
index 2017210..d8c8385 100644
4554eb
--- a/fluid/Makefile
4554eb
+++ b/fluid/Makefile
4554eb
@@ -84,7 +84,6 @@ install-linux:
4554eb
 		$(INSTALL_DATA) icons/fluid-$$size.png $(DESTDIR)/usr/share/icons/hicolor/$${size}x$${size}/apps/fluid.png; \
4554eb
 	done
4554eb
 	-$(INSTALL_DIR) $(DESTDIR)/usr/share/mimelnk/application
4554eb
-	$(INSTALL_DATA) x-fluid.desktop  $(DESTDIR)/usr/share/mimelnk/application
4554eb
4554eb
 install-osx:
4554eb
 	echo Installing Fluid in $(DESTDIR)/Applications...
4554eb
@@ -104,7 +103,6 @@ uninstall:
4554eb
 uninstall-linux:
4554eb
 	$(RM) $(DESTDIR)/usr/share/applications/fluid.desktop
4554eb
 	$(RM) $(DESTDIR)/usr/share/icons/hicolor/*/fluid.png
4554eb
-	$(RM) $(DESTDIR)/usr/share/mimelnk/application/x-fluid.desktop
4554eb
4554eb
 uninstall-osx:
4554eb
 	$(RM) -r $(DESTDIR)/Applications/fluid.app