btstack/layout/DEBIAN/postinst
2014-01-04 20:37:31 +00:00

4 lines
102 B
Bash
Executable File

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