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