btstack/port/archive/ios/layout/DEBIAN/postinst
2021-05-31 16:44:53 +02:00

5 lines
168 B
Bash
Executable File

#!/bin/sh
chown root:wheel /Library/LaunchDaemons/ch.ringwald.BTstack.plist
/bin/launchctl load /Library/LaunchDaemons/ch.ringwald.BTstack.plist 2&> /dev/null
exit 0