summarylogtreecommitdiffstats
path: root/espeakup-git.install
blob: d0090481522f4577c042f8992bcff42821d5fc17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
post_install() {
_alert
}

_alert() {
cat << EOF
If you were running the version of espeakup from community, Do the following to clear out the old service file:
# systemctl disable espeakup
To start the new service:
# systemctl daemon-reload
# systemctl enable espeakup@user.service
# systemctl stop espeakup;systemctl start espeakup@user.service
# You can set voice preferences in /home/user/.speakup/espeakup
# For example, to set to us english
# default_voice=en-us
To load your speakupconf settings on start:
# systemctl enable speakupconf.service
EOF
}