summaryrefslogtreecommitdiff
path: root/pkg/osx/uninstall.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/osx/uninstall.sh')
-rwxr-xr-xpkg/osx/uninstall.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkg/osx/uninstall.sh b/pkg/osx/uninstall.sh
deleted file mode 100755
index 1fb6ff87..00000000
--- a/pkg/osx/uninstall.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-HELPER_PLIST="/Library/LaunchDaemons/se.leap.bitmask-helper.plist"
-sudo launchctl unload $HELPER_PLIST
-sudo rm -rf /Applications/Bitmask.app
-sudo rm -rf ~/Library/Preferences/leap
-sudo rm $HELPER_PLIST
-echo "Bitmask has been uninstalled from your system!"