summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-11-30 14:35:08 +0100
committerKali Kaneko <kali@leap.se>2017-11-30 14:35:08 +0100
commitd62ea76c8af728221cba1936cc1b89bd71a9300b (patch)
treea1379124fdd49e84e3a5b2abcad9bdb3d4b408a7 /pkg
parent8ca08ce4aecea1d58d14252616ef35dba13afe8f (diff)
[pkg] add osx uninstall script
Diffstat (limited to 'pkg')
-rwxr-xr-xpkg/osx/uninstall.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/osx/uninstall.sh b/pkg/osx/uninstall.sh
new file mode 100755
index 00000000..7250020d
--- /dev/null
+++ b/pkg/osx/uninstall.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+sudo launchctl unload /Library/LaunchDaemons/se.leap.bitmask-helper.plist
+sudo rm -rf /Applications/Bitmask.app
+sudo rm -rf ~/Library/Preferences/leap
+echo "Bitmask has been uninstalled from your system!"