summarylogtreecommitdiffstats
path: root/heybuddy.install
diff options
context:
space:
mode:
authortimttmy2015-08-08 21:10:24 +0100
committertimttmy2015-08-08 21:10:24 +0100
commite50b60aea6f60a3a4b29a4abe7274d9748f0479a (patch)
treeeddf1133e003cc2765e6e8e76b2972991eab4010 /heybuddy.install
downloadaur-e50b60aea6f60a3a4b29a4abe7274d9748f0479a.tar.gz
Initial
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
+}
+