summarylogtreecommitdiffstats
path: root/nordvpn.install
blob: 89078b628f050aa15ce54f5886b2e110d2271a04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
    modprobe tun
}

pre_remove() {
    if [ -e "/run/service/nordvpn-srv" ]; then
        s6-rc -d change nordvpn
    fi
}

post_remove() {
    rmf -rf /etc/s6/sv/nordvpn-log
}