gtk/chromium/chromium.install
2017-03-18 01:08:57 +00:00

26 lines
454 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() {
post_upgrade
instructions
}
post_upgrade() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_remove() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}