summarylogtreecommitdiffstats
path: root/splashtop-business.install
blob: 2d4bd99975cbce451cf390401a9f522568cffd34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## arg 1:  the new package version
post_install() {
	ln -sf /opt/splashtop-business/splashtop-business /usr/bin/splashtop-business
}

## arg 1:  the new package version
## arg 2:  the old package version
post_upgrade() {
	post_install
}

## arg 1:  the old package version
post_remove() {
	rm /usr/bin/splashtop-business
	rm -rf /opt/splashtop-business
}