From 133cd008f451ea997f1093490ca1ec097a17ae1b Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 5 Dec 2017 00:10:27 +0100 Subject: [pkg] copy uninstaller to the bundle --- pkg/osx/uninstall.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pkg/osx/uninstall.sh') diff --git a/pkg/osx/uninstall.sh b/pkg/osx/uninstall.sh index 7250020d..1fb6ff87 100755 --- a/pkg/osx/uninstall.sh +++ b/pkg/osx/uninstall.sh @@ -1,5 +1,7 @@ #!/bin/sh -sudo launchctl unload /Library/LaunchDaemons/se.leap.bitmask-helper.plist +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!" -- cgit v1.2.3