diff options
Diffstat (limited to 'pkg/osx/post-inst.sh')
-rwxr-xr-x | pkg/osx/post-inst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/osx/post-inst.sh b/pkg/osx/post-inst.sh new file mode 100755 index 00000000..2fc719f0 --- /dev/null +++ b/pkg/osx/post-inst.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +# Post-Instalation script + +cp se.leap.bitmask-helper.plist /Library/LaunchDaemons/ +launchctl load /Library/LaunchDaemons/se.leap.bitmask-helper.plist |