btstack/port/archive/ios/layout/DEBIAN/postinst

5 lines
168 B
Plaintext
Raw Normal View History

2013-03-10 20:12:40 +00:00
#!/bin/sh
chown root:wheel /Library/LaunchDaemons/ch.ringwald.BTstack.plist
2013-03-10 20:12:40 +00:00
/bin/launchctl load /Library/LaunchDaemons/ch.ringwald.BTstack.plist 2&> /dev/null
exit 0