mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-28 14:45:10 +02:00
5 lines
205 B
Bash
5 lines
205 B
Bash
#!/bin/sh
|
|
export CHROME_WRAPPER=/usr/lib/chromium/chromium
|
|
export CHROME_DESKTOP=chromium.desktop
|
|
CHROME_FLAGS="--enable-gpu-rasterization $CHROME_FLAGS"
|
|
exec /usr/lib/chromium/chromium $CHROME_FLAGS "$@"
|