summaryrefslogtreecommitdiffstats
path: root/osx/scripts/preinstall.in
diff options
context:
space:
mode:
Diffstat (limited to 'osx/scripts/preinstall.in')
-rwxr-xr-xosx/scripts/preinstall.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/osx/scripts/preinstall.in b/osx/scripts/preinstall.in
new file mode 100755
index 0000000..bb73125
--- /dev/null
+++ b/osx/scripts/preinstall.in
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+set -e
+
+if /bin/launchctl list "im.bernat.lldpd" &> /dev/null; then
+ /bin/launchctl unload "/Library/LaunchDaemons/im.bernat.lldpd.plist"
+fi