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/post-inst.sh | |
parent | c95fe65177519e20348d1156f6c7925ce88cad3a (diff) |
[pkg] reorder osx helper files
Diffstat (limited to 'pkg/osx/post-inst.sh')
-rwxr-xr-x | pkg/osx/post-inst.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/pkg/osx/post-inst.sh b/pkg/osx/post-inst.sh deleted file mode 100755 index f88ea97a..00000000 --- a/pkg/osx/post-inst.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/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 |