mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-25 02:22:13 +08:00
7 lines
283 B
Bash
7 lines
283 B
Bash
# Include this script from /etc/chromium-browser/default to enable
|
|
# the Adobe/Google Pepper Flash plugin.
|
|
|
|
FLASH_VERSION=@FLASH_VERSION@
|
|
|
|
CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ppapi-flash-path=/usr/lib/pepflashplugin-installer/libpepflashplayer.so --ppapi-flash-version=$FLASH_VERSION"
|