summaryrefslogtreecommitdiff
path: root/www/linux-opera7/files/opera.sh
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2001-09-16 01:02:46 +0000
commitdb3dca6dbd32fe6ea3d51bc037e6f9cdc66c343b (patch)
tree29d590ca0bc9e66d81bc3218a0684c2daf9d4a68 /www/linux-opera7/files/opera.sh
parentFix compilation problems. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_4_0'.release/4.4.0
Notes
Notes: svn path=/head/; revision=47856 svn path=/tags/RELEASE_4_4_0/; revision=47857; tag=release/4.4.0
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 "$@"