summaryrefslogtreecommitdiff
path: root/pcr/octave-general/octave-general.install
blob: 25d38ea9e9d7683ae4f1e5cf24055a5d11311097 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
_pack=general

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

post_upgrade() {
	post_install
}

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