From 77b33c49d004d72f58ebcf4cbb95eb87acccbea9 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 13 Jun 2017 14:40:59 +0200 Subject: [pkg] reorder osx helper files --- pkg/osx/installer/post-inst.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 pkg/osx/installer/post-inst.sh (limited to 'pkg/osx/installer/post-inst.sh') 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 -- cgit v1.2.3