openbsd-ports/www/opera/files/opera.sh
naddy 8e276b4c3d Upgrade to 6.0 beta 2.
Adds i18n, mouse gestures, and innumerable other improvements.
2002-04-23 15:44:43 +00:00

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 "$@"