mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-03 19:57:15 +08:00
26 lines
454 B
Plaintext
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
|
|
}
|