diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-31 18:49:18 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-05-31 18:49:18 +0200 |
commit | 6aa1aeba607e59fb45af961fb74e9c1844694851 (patch) | |
tree | f00732ce14c8d85cf8c1e392605cee551c60e42c /pkg/osx/pre-inst.sh | |
parent | 9b889f8789a77a1457e5cb5724aed908ba42af67 (diff) |
[pkg] copy over osx boilerplate from legacy repo
Diffstat (limited to 'pkg/osx/pre-inst.sh')
-rwxr-xr-x | pkg/osx/pre-inst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/osx/pre-inst.sh b/pkg/osx/pre-inst.sh new file mode 100755 index 00000000..1651a221 --- /dev/null +++ b/pkg/osx/pre-inst.sh @@ -0,0 +1,3 @@ +#!/bin/sh +# Bitmask Post-Instalation script +[[ -f /Library/LaunchDaemons/se.leap.bitmask-helper.plist ]] && launchctl unload /Library/LaunchDaemons/se.leap.bitmask-helper.plist |