mirror of
https://github.com/arcan1s/pkgbuild.git
synced 2025-04-26 08:17:19 +00:00
12 lines
246 B
Plaintext
12 lines
246 B
Plaintext
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:
|