gtk/chromium/chromium.install

17 lines
278 B
Plaintext
Raw Permalink Normal View History

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
}
2013-04-29 02:49:39 +08:00
post_install() {
instructions
}