$OpenBSD: patch-install_sh,v 1.7 2003/11/09 09:46:26 sturm Exp $
--- install.sh.orig	2003-10-13 18:55:36.000000000 +0200
+++ install.sh	2003-11-09 09:59:27.000000000 +0100
@@ -1247,7 +1247,7 @@ run_install()
 
 	# System wide configuration files
 	config_dir="/etc"
-	if can_write_to "$config_dir"; then
+	if false can_write_to "$config_dir"; then
 	    echo
 	    echo "System wide configuration files:"
 	    echo "  $config_dir/opera6rc"
@@ -1269,12 +1269,12 @@ run_install()
 	fi
 
      # Shorcuts and Icons
-	icons
-	gnome
-	kde 3
-	kde 2
-	kde1
-	mandrake
+#	icons
+#	gnome
+#	kde 3
+#	kde 2
+#	kde1
+#	mandrake
 
 	fi # OPERADESTDIR
 
