From c868eb1eea4680be623918f85ee84274adb07b43 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald@gmail.com" Date: Sat, 4 Jan 2014 20:50:10 +0000 Subject: [PATCH] fix launchtl plist ownership during postinst --- layout/DEBIAN/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/layout/DEBIAN/postinst b/layout/DEBIAN/postinst index da2f1eeac..9e6467341 100755 --- a/layout/DEBIAN/postinst +++ b/layout/DEBIAN/postinst @@ -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