summaryrefslogtreecommitdiffstats
path: root/abs/extra/community/athcool/athcool.install
blob: 8896da26a5a098cb924fd654189d6b1da1a67932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# arg 1:  the new package version
post_install() {
	add_service.sh athcool
}
# 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 athcool
}

op=$1
shift
$op $*