summarylogtreecommitdiffstats
path: root/pia-tools.install
diff options
context:
space:
mode:
Diffstat (limited to 'pia-tools.install')
-rw-r--r--pia-tools.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/pia-tools.install b/pia-tools.install
new file mode 100644
index 000000000000..9b01c4c33d09
--- /dev/null
+++ b/pia-tools.install
@@ -0,0 +1,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
+}