diff options
author | Kali Kaneko <kali@leap.se> | 2018-09-29 23:17:20 +0200 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-09-29 23:17:20 +0200 |
commit | 8f826342f88cd977738d6a2937031d1bdef682d4 (patch) | |
tree | 04b80e52b405c0ad1fdecfee8bf0a0b492353b8a /pkg/osx/scripts-riseupvpn/postinstall | |
parent | cec99a26f50339a14d7c7314507632b7dcc4c32b (diff) |
[pkg] remove osx pkg folder
Diffstat (limited to 'pkg/osx/scripts-riseupvpn/postinstall')
-rwxr-xr-x | pkg/osx/scripts-riseupvpn/postinstall | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/pkg/osx/scripts-riseupvpn/postinstall b/pkg/osx/scripts-riseupvpn/postinstall deleted file mode 100755 index 93430390..00000000 --- a/pkg/osx/scripts-riseupvpn/postinstall +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# Bitmask Post-Instalation script -# (c) LEAP Encryption access Project -# We copy the bitmask-helper plist to the LaunchDaemons folder, and load the bitmask-helper that runs as root. - -LOG=/tmp/bitmask-install.log - -chmod +x /Applications/RiseupVPN.app/Contents/Resources/bitmask-helper/bitmask-helper -cp se.leap.bitmask-helper.plist /Library/LaunchDaemons/ \ - && echo `date` ":: Bitmask post-install: copied bitmask-helper Plist." >> $LOG -launchctl load /Library/LaunchDaemons/se.leap.bitmask-helper.plist && echo `date` ":: Bitmask post-install: loaded bitmask-helper." >> $LOG -echo `date` ":: Bitmask post-install: ok." >> $LOG -exit 0 |