summarylogtreecommitdiffstats
path: root/rocketchat-desktop.install
diff options
context:
space:
mode:
Diffstat (limited to 'rocketchat-desktop.install')
-rw-r--r--rocketchat-desktop.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/rocketchat-desktop.install b/rocketchat-desktop.install
new file mode 100644
index 000000000000..5b6892e3d639
--- /dev/null
+++ b/rocketchat-desktop.install
@@ -0,0 +1,11 @@
+post_install() {
+ echo "
+
+To enable spell checking, install the desired hunspell-* packages!
+
+"
+}
+
+post_upgrade() {
+ post_install
+}