diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-13 14:40:59 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2017-06-13 14:40:59 +0200 |
commit | 77b33c49d004d72f58ebcf4cbb95eb87acccbea9 (patch) | |
tree | 1c4786c22979707b4b544cfdfa4cca32d2a1bd45 /pkg/osx/installer/post-inst.sh | |
parent | c95fe65177519e20348d1156f6c7925ce88cad3a (diff) |
[pkg] reorder osx helper files
Diffstat (limited to 'pkg/osx/installer/post-inst.sh')
-rwxr-xr-x | pkg/osx/installer/post-inst.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/osx/installer/post-inst.sh b/pkg/osx/installer/post-inst.sh new file mode 100755 index 00000000..f88ea97a --- /dev/null +++ b/pkg/osx/installer/post-inst.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# Bitmask Post-Instalation script + +cp se.leap.bitmask-helper.plist /Library/LaunchDaemons/ +launchctl load /Library/LaunchDaemons/se.leap.bitmask-helper.plist +cp tuntap_20150118.pkg /tmp/ +open /tmp/tuntap_20150118.pkg |