$OpenBSD: patch-install_sh,v 1.5 2002/07/03 20:37:37 naddy Exp $
--- install.sh.orig	Wed Jul  3 21:16:45 2002
+++ install.sh	Wed Jul  3 21:18:32 2002
@@ -938,7 +938,7 @@ run_install()
 	ln $lns $lnf libnpp.so.$plugin_version_major.$plugin_version_minor.$plugin_version_release $plugin_dir/libnpp.so
 
      # System wide configuration files
-	if can_write_to "/etc"; then
+	if false can_write_to "/etc"; then
 	    echo
 	    echo "System wide configuration files:"
 	    echo "  /etc/opera6rc"
@@ -975,10 +975,10 @@ run_install()
 	fi
 
      # Shorcuts and Icons
-	icons
-	gnome
-	kde2
-	kde
+	: icons
+	: gnome
+	: kde2
+	: kde
 
 # Add uninstallation here
 
