#!/bin/sh
export OPERA_DIR=${OPERA_DIR:-/usr/share/opera-next}
export OPERA_PERSONALDIR=${OPERA_PERSONALDIR:-$HOME/.opera-next}
exec /usr/lib/opera-next/opera-next "$@"
