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

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

post_upgrade() {
	post_install
}

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