summarylogtreecommitdiffstats
path: root/fenrir.install
blob: 933c1060d39f9c7c31d7a231349423d398fa9115 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
}