aboutsummaryrefslogtreecommitdiff
path: root/x200-my.install
blob: f26d50b0c98159f3e869c2bf844cf3df9f305b53 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	echo "Enabling x200-my service..."
	rc-update add x200-my default
}

pre_remove() {
	echo "Disabling x200-my service..."
	rc-update del x200-my default
}