summaryrefslogtreecommitdiff
path: root/pkg/riseupvpn/snap/hooks/remove
blob: c7442a26209fe98157ec9a6252186fb83a9d15f7 (plain)
1
2
3
4
5
6
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"