updated on Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git] / octave-audio / octave-audio.install
bloba7beaa264fce994e215cb24f3dccd6302cf2bb04
1 _pack=audio
2 _prefix=/usr/share/octave/packages
3 _libdir=/usr/lib/octave/packages
5 ## arg 1:  the new package version
6 post_install() {
7   octave -q -f --eval "pkg prefix $prefix $libdir; pkg install -verbose -global /usr/share/octave/$_pack.tar.gz"
10 ## arg 1:  the new package version
11 ## arg 2:  the old package version
12 post_upgrade() {
13   post_remove
14   post_install
17 ## arg 1:  the old package version
18 post_remove() {
19   octave -q -f --eval "pkg prefix $prefix $libdir; pkg uninstall $_pack"