mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-13 14:05:15 +02:00
6 lines
110 B
Text
6 lines
110 B
Text
case "$ACTION" in
|
|
post)
|
|
# chrome-sandbox must be setuid
|
|
chmod 4755 usr/lib/chromium/chrome-sandbox
|
|
;;
|
|
esac
|