summarylogtreecommitdiffstats
path: root/fenrir.install
diff options
context:
space:
mode:
Diffstat (limited to 'fenrir.install')
-rw-r--r--fenrir.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/fenrir.install b/fenrir.install
new file mode 100644
index 000000000000..933c1060d39f
--- /dev/null
+++ b/fenrir.install
@@ -0,0 +1,14 @@
+_alert()
+{
+fold -s << EOF
+!!!! ATTENTION !!!!
+the speech-dispatcher driver was reworked. the language and voice was swapped.
+this needs some reconfiguration in your settings.conf
+what you have as speech language= needs now to be set to voice=
+!!!! ATTENTION !!!!
+EOF
+}
+
+post_upgrade() {
+ _alert
+}