summarylogtreecommitdiffstats
path: root/voxforge-am-julius-nightly.install
blob: 6924d1da1984c624eb479fda79ec9532e4045c55 (plain)
1
2
3
4
5
6
7
8
9
10
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: