Author: Reiner Herrmann <reiner@reiner-h.de>
Description: remove operating system check during .desktop installation
 the files can also be installed on hurd and kfreebsd
Forwarded: not-needed

--- a/desktop/Makefile
+++ b/desktop/Makefile
@@ -27,14 +27,12 @@
 #
 
 install:
-	if test `uname` = Linux; then \
 		$(INSTALL_DIR) $(BUILDROOT)$(datadir)/applications; \
 		$(INSTALL_DATA) htmldoc.desktop $(BUILDROOT)$(datadir)/applications; \
 		$(INSTALL_DIR) $(BUILDROOT)$(datadir)/mime/packages; \
 		$(INSTALL_DATA) htmldoc.xml $(BUILDROOT)$(datadir)/mime/packages; \
 		$(INSTALL_DIR) $(BUILDROOT)$(datadir)/pixmaps; \
 		$(INSTALL_DATA) htmldoc.xpm $(BUILDROOT)$(datadir)/pixmaps; \
-	fi
 
 
 #
