summaryrefslogtreecommitdiff
path: root/pkg/osx/installer/post-inst.sh
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-06-13 14:40:59 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2017-06-13 14:40:59 +0200
commit77b33c49d004d72f58ebcf4cbb95eb87acccbea9 (patch)
tree1c4786c22979707b4b544cfdfa4cca32d2a1bd45 /pkg/osx/installer/post-inst.sh
parentc95fe65177519e20348d1156f6c7925ce88cad3a (diff)
[pkg] reorder osx helper files
Diffstat (limited to 'pkg/osx/installer/post-inst.sh')
-rwxr-xr-xpkg/osx/installer/post-inst.sh7
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