aboutsummaryrefslogtreecommitdiff
path: root/www/linux-opera7/files/opera.sh
diff options
context:
space:
mode:
Diffstat (limited to 'www/linux-opera7/files/opera.sh')
-rw-r--r--www/linux-opera7/files/opera.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/linux-opera7/files/opera.sh b/www/linux-opera7/files/opera.sh
deleted file mode 100644
index 415bfa641779..000000000000
--- a/www/linux-opera7/files/opera.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-OPERA_DIR="%%PREFIX%%/share/opera"
-OPERA_PLUGIN_PATH="%%PREFIX%%/share/opera/plugins"
-for plugin_dir in \
- %%PREFIX%%/lib/netscape-linux/plugins \
- %%PREFIX%%/linux-jdk1.3.1/jre/plugin/i386/ns4 \
- ;
-do
- if [ -d "${plugin_dir}" ] ; then
- OPERA_PLUGIN_PATH="${OPERA_PLUGIN_PATH}:${plugin_dir}"
- fi
-done
-export OPERA_DIR OPERA_PLUGIN_PATH
-exec %%DATADIR%%/bin/opera-static "$@"