summarylogtreecommitdiffstats
path: root/nordvpn-bin.install
blob: 0400c445c8b425716ec8d31d736831d39f694010 (plain)
1
2
3
4
5
6
7
8
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/*
}