8e276b4c3d
Adds i18n, mouse gestures, and innumerable other improvements.
14 lines
408 B
Bash
14 lines
408 B
Bash
#!/bin/sh
|
|
#
|
|
# $OpenBSD: opera.sh,v 1.4 2002/04/23 15:44:43 naddy Exp $
|
|
|
|
PLUGIN_PATH=@PREFIX@/lib/opera/plugins
|
|
PLUGIN_PATH=${PLUGIN_PATH}:@LOCALBASE@/lib/ns-plugins
|
|
PLUGIN_PATH=${PLUGIN_PATH}:${HOME}/.netscape/plugins
|
|
PLUGIN_PATH=${PLUGIN_PATH}:@LOCALBASE@/netscape/plugins
|
|
|
|
export OPERA_DIR=@PREFIX@/share/opera
|
|
export OPERA_PLUGIN_PATH=${OPERA_PLUGIN_PATH-${PLUGIN_PATH}}
|
|
|
|
exec @PREFIX@/libexec/opera "$@"
|