]> git.saurik.com Git - apple/launchd.git/blob - xcscripts/launchctl-postflight.sh
launchd-842.92.1.tar.gz
[apple/launchd.git] / xcscripts / launchctl-postflight.sh
1 #!/bin/sh
2
3 install -o "$INSTALL_OWNER" -g "$INSTALL_GROUP" -m 0755 -d "$DSTROOT"/System/Library/LaunchAgents
4 install -o "$INSTALL_OWNER" -g "$INSTALL_GROUP" -m 0755 -d "$DSTROOT"/System/Library/LaunchDaemons
5 install -o "$INSTALL_OWNER" -g "$INSTALL_GROUP" -m 0755 -d "$DSTROOT"/Library/LaunchAgents
6 install -o "$INSTALL_OWNER" -g "$INSTALL_GROUP" -m 0755 -d "$DSTROOT"/Library/LaunchDaemons