summarylogtreecommitdiffstats
path: root/heybuddy.install
diff options
context:
space:
mode:
Diffstat (limited to 'heybuddy.install')
-rw-r--r--heybuddy.install21
1 files changed, 21 insertions, 0 deletions
diff --git a/heybuddy.install b/heybuddy.install
new file mode 100644
index 000000000000..bd17ded1c40f
--- /dev/null
+++ b/heybuddy.install
@@ -0,0 +1,21 @@
+post_install() {
+echo ""
+echo "-Spellchecking in heybuddy-"
+echo ""
+echo "Optional dependences for spellcheck"
+echo ""
+echo "gtkspell"
+echo "python-gtkspell from AUR"
+echo "aspell-{locale}"
+echo ""
+echo ""
+echo "Recommended optional dependency for Openbox users"
+echo "xfce4-notifyd"
+echo "A light weight notification server"
+echo ""
+}
+
+post_upgrade() {
+ post_install
+}
+