This commit is contained in:
arcan1s
2014-01-09 04:26:02 +04:00
parent fa10257367
commit b1110b4809
4 changed files with 53 additions and 4 deletions

View File

@ -0,0 +1,11 @@
post_install() {
cat << EOF
To run, use
julius -input mic -C /usr/share/voxforge/julius/julius.jconf
To manipulate, copy the contents of /usr/share/voxforge/julius to a local
folder (i.e. .voxforge/julius/).
EOF
}
# vim:set ts=2 sw=2 et: