summaryrefslogtreecommitdiff
path: root/pkg/osx/scripts/postinstall
blob: 9c2176b2ce7d59ca522879c5e8535e89ed015519 (plain)
1
2
3
4
5
6
#!/bin/sh
# Bitmask Post-Instalation script
cp se.leap.bitmask-helper.plist /Library/LaunchDaemons/
launchctl load /Library/LaunchDaemons/se.leap.bitmask-helper.plist || echo "Already loaded, skipping..."
echo `date` "::Bitmask post-installation script succeeded." >> /tmp/bitmask-install.log
exit 0