summaryrefslogtreecommitdiff
path: root/pkg/osx/post-inst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/osx/post-inst.sh')
-rwxr-xr-xpkg/osx/post-inst.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/osx/post-inst.sh b/pkg/osx/post-inst.sh
new file mode 100755
index 00000000..2fc719f0
--- /dev/null
+++ b/pkg/osx/post-inst.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# Post-Instalation script
+
+cp se.leap.bitmask-helper.plist /Library/LaunchDaemons/
+launchctl load /Library/LaunchDaemons/se.leap.bitmask-helper.plist