summarylogtreecommitdiffstats
path: root/mullvadd.install
blob: 8ea01365438ab456aff456ff01244235435e965b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
	echo " ==> Add the mullvad daemon to system startup wtih 'rc-update add mullvadd default'"
	echo " ==> Start the mullvad daemon now with 'rc-service mullvadd start'"
}

post_upgrade() {
	post_install "$1"
}

pre_remove() {
	echo " ==> Make sure you run 'rc-update del mullvadd default'"
}