summarylogtreecommitdiffstats
path: root/blather.install
diff options
context:
space:
mode:
Diffstat (limited to 'blather.install')
-rw-r--r--blather.install21
1 files changed, 21 insertions, 0 deletions
diff --git a/blather.install b/blather.install
new file mode 100644
index 000000000000..008fbbe925f8
--- /dev/null
+++ b/blather.install
@@ -0,0 +1,21 @@
+post_install() {
+echo ""
+echo "Blather is a speech recognizer that will run commands when a user speaks preset sentences."
+echo ""
+echo "Requirements"
+echo "1. pocketsphinx"
+echo "2. gstreamer (and what ever plugin has pocket sphinx support)"
+echo "3. pyside (only required for the Qt based UI)"
+echo "4. pygtk (only required for the Gtk based UI)"
+echo ""
+echo ""
+echo "Usage"
+echo "See the README.md in /usr/share/blather/"
+echo ""
+echo "READ THE README.md IN /usr/share/blather/ !!!"
+}
+
+post_upgrade() {
+ post_install
+}
+