Last change
on this file since 6066 was
8,
checked in by mabarracus, 5 years ago
|
ported trusty code from repo to xenial repo
|
File size:
348 bytes
|
Line | |
---|
1 | flashso="/usr/lib/adobe-flashplugin/libpepflashplayer.so" |
---|
2 | if test -f "$flashso"; then |
---|
3 | CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ppapi-flash-path=$flashso --ppapi-flash-version=#PPAPI_VERSION#" |
---|
4 | echo "Using PPAPI flash." |
---|
5 | else |
---|
6 | echo "PPAPI flash has config file in /etc, but library does not exist and won't be used. Package is uninstalled, not purged." |
---|
7 | fi |
---|
Note: See
TracBrowser
for help on using the repository browser.