blob: 44e1cf4d413dabd26bd11ae3a083022847dd61b8 (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo 'The dictionaries are downloaded from Google CDN.
https://github.com/RocketChat/Rocket.Chat.Electron/issues/1766#issuecomment-702821373
https://www.electronjs.org/docs/tutorial/spellchecker#does-the-spellchecker-use-any-google-services'
}
post_upgrade() { post_install; }
|