summarylogtreecommitdiffstats
path: root/chromium-extension-web-store.install
blob: bb88825ef20775530d6d802182fa2f38e2d0f50c (plain)
1
2
3
4
5
6
7
8
post_install() {
  cat << EOF

>>> You must change the flag chrome://flags/#extension-mime-request-handling
    to Always prompt for install if you are using ungoogled-chromium.

EOF
}