2001-05-16 10:44:26 -04:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2001-09-23 11:16:32 -04:00
|
|
|
# $OpenBSD: opera.sh,v 1.3 2001/09/23 15:16:32 naddy Exp $
|
2001-05-16 10:44:26 -04:00
|
|
|
|
2001-09-16 13:10:29 -04:00
|
|
|
PLUGIN_PATH=@PREFIX@/lib/opera/plugins
|
2001-09-23 11:16:32 -04:00
|
|
|
PLUGIN_PATH=${PLUGIN_PATH}:@LOCALBASE@/lib/ns-plugins
|
2001-09-16 13:10:29 -04:00
|
|
|
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-static "$@"
|