summaryrefslogtreecommitdiffstats
path: root/abs/extra/tatir/tatir.install
blob: aef470af39c848f08db0eec7e2efd7df647d5302 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# arg 1:  the new package version
post_install() {
#	add_service.sh tatir
	/bin/true
}
# arg 1:  the new package version
# arg 2:  the old package version
post_upgrade() {
	/bin/true
}

# arg 1:  the old package version
post_remove() {
	remove_service.sh tatir
}

op=$1
shift
$op $*