blob: c9ba9b1142ddbedccf22947d6994ec74eb580da3 (
plain)
1
2
3
4
5
6
7
8
9
|
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() {
echo '>>> Cleanup inside ~/.config/Rocket.Chat if you experience any issues'
}
|