$OpenBSD: patch-install_sh,v 1.6 2003/04/27 16:27:51 naddy Exp $
--- install.sh.orig	Sat Apr 26 13:40:48 2003
+++ install.sh	Sat Apr 26 13:42:13 2003
@@ -1101,7 +1101,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"
@@ -1138,10 +1138,10 @@ run_install()
 	fi
 
      # Shorcuts and Icons
-	icons
-	gnome
-	kde2
-	kde
+#	icons
+#	gnome
+#	kde2
+#	kde
 
 # Add uninstallation here
 
