mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-27 06:05:13 +02:00
4 lines
135 B
Bash
4 lines
135 B
Bash
#!/bin/sh
|
|
export CHROME_WRAPPER=/usr/lib/chromium/chromium
|
|
export CHROME_DESKTOP=chromium.desktop
|
|
exec /usr/lib/chromium/chromium "$@"
|