diff --git a/postinst b/postinst index d14c2d8..5538b93 100755 --- a/postinst +++ b/postinst @@ -4,13 +4,9 @@ launchctl stop com.apple.mobile.installd # due to some sort of unfortunate permission error created by an older build of cephei, and dpkg not # really fixing them, we need to fix this ourselves -paths=( - "/Library/Frameworks/Cephei.framework" - "/Library/Frameworks/CepheiPrefs.framework" - "/Library/PreferenceBundles/Cephei.bundle" -) - -chown -R root:wheel ${paths[@]} +chown -R root:wheel /Library/Frameworks/Cephei.framework \ + /Library/Frameworks/CepheiPrefs.framework \ + /Library/PreferenceBundles/Cephei.bundle # and this somehow became a directory instead of a symlink if [[ -d /Library/PreferenceBundles/Cephei.bundle ]]; then