summarylogtreecommitdiffstats
path: root/hook.install
diff options
context:
space:
mode:
Diffstat (limited to 'hook.install')
-rw-r--r--hook.install15
1 files changed, 15 insertions, 0 deletions
diff --git a/hook.install b/hook.install
new file mode 100644
index 000000000000..b5d75286a79a
--- /dev/null
+++ b/hook.install
@@ -0,0 +1,15 @@
+[Trigger]
+Operation = Install
+Operation = Upgrade
+Type = File
+Target = var/lib/connman-vpn/*
+Target = etc/Networkmanager/system-connections/*
+Target = etc/openvpn/*
+
+[Action]
+Description = Updating VPN configuations...
+Depends = private-internet-access-vpn
+When = PostTransaction
+Exec = /usr/bin/pia -a
+NeedsTargets
+