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, 0 insertions, 7 deletions
diff --git a/pkg/riseupvpn/snap/hooks/remove b/pkg/riseupvpn/snap/hooks/remove
deleted file mode 100755
index c7442a26..00000000
--- a/pkg/riseupvpn/snap/hooks/remove
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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"