summarylogtreecommitdiffstats
path: root/octave-matgeom.install
blob: ea6bf1f3d3f1299c52e1388dfc5678af7deb97d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
_pack=matgeom

_octave_run() {
	octave --no-history --no-init-file --no-window-system -q -f --eval "$*"
}

post_install() {
	_octave_run "pkg rebuild -global $_pack"
}

post_upgrade() {
	post_install
}

post_remove() {
	_octave_run "pkg rebuild -global"
}