Files
nordvpn-bin/nordvpn-bin.install
Martoko 43d6b839c9 Update to 3.1.0-4
Add pre_remove hook to fix attributes for data files.
This is dirty, but it is how nordvpn does upstream too.

Adjust PKGBUILD as there is now only 1 systemd service again.

Do not ship with the SysV files as arch is a systemd distro.
2019-06-04 21:36:36 +02:00

9 lines
204 B
Plaintext

post_install() {
echo ':: In order to enable nordvpn you have to start the following service:'
echo ' sudo systemctl enable --now nordvpnd'
}
pre_remove() {
chattr -i /var/lib/nordvpn/data/*
}