#!/bin/sh

# if this isn't in the environment, firefox will forget it's the default browser
export MOZ_APP_LAUNCHER=/usr/bin/firefox
exec /opt/firefox/firefox "$@"
