summarylogtreecommitdiffstats
path: root/jackett.install
blob: 565e00f1c49a72839002b5e95bfde578236f47ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	echo " ==> Add Jackett Daemon to system startup wtih 'sudo ln -s /etc/runit/sv/jackett /run/runit/service'"
	echo " ==> Start Jackett Daemon now with 'sudo sv up jackett'"
}

post_upgrade() {
	post_install "$1"
}

pre_remove() {
	echo " ==> Make sure to 'sudo unlink /run/runit/service/jackett'"
}