summaryrefslogtreecommitdiff
path: root/pcr/openrc-misc/brltty.install
blob: 3b7f6a298327638cfef7bde1a4e4fa79023ad093 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
_svc="brltty"
_rlvl="boot"

post_install() {
	_cmd="rc-update add ${_svc} ${_rlvl}"
	echo "	==> run '${_cmd}'"
}
post_upgrade() {
	post_install "$1"
}

post_remove() {
	_cmd="rc-update del ${_svc} ${_rlvl}"
	echo "	==> run '${_cmd}'"
}