summaryrefslogtreecommitdiff
path: root/pkg/riseupvpn/snap/hooks/remove
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/riseupvpn/snap/hooks/remove')
-rwxr-xr-xpkg/riseupvpn/snap/hooks/remove7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/riseupvpn/snap/hooks/remove b/pkg/riseupvpn/snap/hooks/remove
new file mode 100755
index 00000000..c7442a26
--- /dev/null
+++ b/pkg/riseupvpn/snap/hooks/remove
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -e
+
+echo "Executing remove hook for RiseupVPN"
+rm "/usr/local/sbin/bitmask-root"
+rm "/usr/share/polkit-1/actions/se.leap.bitmask.bundle.policy"
+echo "done"