summarylogtreecommitdiffstats
path: root/octave-struct.install
blob: 41e16f01db1850c266db7935fdc51cc61860ca60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
_pack=struct

post_install() {
	octave -q -f --eval "pkg rebuild -global $_pack"
}

post_upgrade() {
	post_install
}

post_remove() {
	octave -q -f --eval "pkg rebuild -global"
}