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

post_upgrade() {
	post_install "$1"
}

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