summaryrefslogtreecommitdiffstats
path: root/osx/scripts/preinstall.in
blob: bb73125dc51ac0fcb14896b06f7bfb78a43edcd2 (plain)
1
2
3
4
5
6
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