376bb50bc8
* New preferences look. * Tons of unnoticeable bug fixes. Install both opera6rc and opera6rc.fixed. Move sync DNS lookup disable to opera6rc.fixed.
28 lines
662 B
Plaintext
28 lines
662 B
Plaintext
$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
|
|
|