vp-build/srcpkgs/chromium/files/chromium.sh

5 lines
135 B
Bash
Raw Normal View History

#!/bin/sh
export CHROME_WRAPPER=/usr/lib/chromium/chromium
export CHROME_DESKTOP=chromium.desktop
exec /usr/lib/chromium/chromium "$@"