summarylogtreecommitdiffstats
path: root/rocketchat-desktop.install
diff options
context:
space:
mode:
Diffstat (limited to 'rocketchat-desktop.install')
-rw-r--r--rocketchat-desktop.install10
1 files changed, 6 insertions, 4 deletions
diff --git a/rocketchat-desktop.install b/rocketchat-desktop.install
index 44e1cf4d413d..c9ba9b1142dd 100644
--- a/rocketchat-desktop.install
+++ b/rocketchat-desktop.install
@@ -1,7 +1,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'
+ 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; }
+post_upgrade() {
+ echo '>>> Cleanup inside ~/.config/Rocket.Chat if you experience any issues'
+}