blob: 9b01c4c33d09cebad50b50a25c4b30ceb44a9cc4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
post_install() {
echo "Get started:"
echo "- run # pia-tools --setup"
echo "- start the service: # systemctl start pia@Sweden"
}
post_remove() {
echo "Removing /etc/openvpn/pia/"
rm -rf /etc/openvpn/pia
}
|