openbsd-ports/www/opera/files/opera.sh

13 lines
361 B
Bash
Raw Normal View History

#!/bin/sh
#
# $OpenBSD: opera.sh,v 1.2 2001/09/16 17:10:29 naddy Exp $
PLUGIN_PATH=@PREFIX@/lib/opera/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-static "$@"