diff options
Diffstat (limited to 'pkg/riseupvpn/snap/hooks/remove')
-rwxr-xr-x | pkg/riseupvpn/snap/hooks/remove | 7 |
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" |