updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / nnls-chroma / nnls-chroma.install
blob28a8073f099236903dd86538614aef24eef4556a
1 ## arg 1:  the new package version
2 post_install() {
3   cat <<"EOF"
4 Chordino attempts to load the "chord.dict" file, in order of precedence, from:
5 "$VAMP_PATH", "$HOME/vamp:$HOME/.vamp:/usr/local/lib/vamp:/usr/lib/vamp", and
6 lastly embedded defaults.
7 The default chord profiles are duplicated in "/usr/lib/vamp/chord.dict" with
8 additional examples commented out. See "/usr/share/nnls-chroma/README" for more
9 information
10 EOF
13 ## arg 1:  the new package version
14 ## arg 2:  the old package version
15 post_upgrade() {
16   post_install
19 # vim:set ts=2 sw=2 et: