summaryrefslogtreecommitdiff
path: root/branding/templates/snap/hooks/remove
blob: 70d4c80bfff0340d7cc3cc203d78ea9b887941ad (plain)
1
2
3
4
5
6
#!/bin/sh

echo "Executing remove hook for RiseupVPN"
rm "/usr/share/polkit-1/actions/se.leap.bitmask.riseup-vpn.policy"
unlink "/usr/share/applications/riseup-vpn.desktop" || echo "did not remove workaround for global desktop entry"
echo "done"