fix launchtl plist ownership during postinst

This commit is contained in:
matthias.ringwald@gmail.com 2014-01-04 20:50:10 +00:00
parent 2126dff7b6
commit c868eb1eea

View File

@ -1,3 +1,4 @@
#!/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