gtk/chromium/chromium.install
2018-09-05 14:33:30 +02:00

17 lines
278 B
Plaintext

instructions() {
/bin/cat << EOF
Disable all other flash plugins:
Type chrome://plugins/ in the adress bar and press Enter
Click on Details button on the top right
Click on Disable near all the Flash plugins except the first one
EOF
}
post_install() {
instructions
}