summaryrefslogtreecommitdiff
path: root/pkg/osx/scripts/postinstall
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/osx/scripts/postinstall')
-rwxr-xr-xpkg/osx/scripts/postinstall6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/osx/scripts/postinstall b/pkg/osx/scripts/postinstall
new file mode 100755
index 00000000..9c2176b2
--- /dev/null
+++ b/pkg/osx/scripts/postinstall
@@ -0,0 +1,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