summarylogtreecommitdiffstats
path: root/voximp.install
blob: 434ff250bd0e10a1b765a6f9d9fd4e852e9bd518 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
    cat << EOF
==> Copy all the files in /usr/share/voximp/sample_configs to ~/.config/voximp
==> Rename ~/.config/voximp/voximpconf.py.sample to ~/.config/voximp/voximpconf.py
==> Edit the config file if you want, but remember, if you edit, you have to re-create language model.
====> Insturctions for this can be found in the config file itself.
==> Also, remember, the more commands you have, the less accurate it'll be.
EOF

}

op=$1
shift
$op $*