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