summaryrefslogtreecommitdiffstats
path: root/chromium/chromium.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chromium.sh')
-rw-r--r--chromium/chromium.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/chromium.sh b/chromium/chromium.sh
new file mode 100644
index 000000000..0e8024f91
--- /dev/null
+++ b/chromium/chromium.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+export CHROME_WRAPPER=/usr/lib/chromium/chromium
+export CHROME_DESKTOP=chromium.desktop
+exec /usr/lib/chromium/chromium "$@"
+