From 6aa1aeba607e59fb45af961fb74e9c1844694851 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Wed, 31 May 2017 18:49:18 +0200 Subject: [pkg] copy over osx boilerplate from legacy repo --- pkg/osx/post-inst.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 pkg/osx/post-inst.sh (limited to 'pkg/osx/post-inst.sh') diff --git a/pkg/osx/post-inst.sh b/pkg/osx/post-inst.sh new file mode 100755 index 00000000..f88ea97a --- /dev/null +++ b/pkg/osx/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 -- cgit v1.2.3