]> git.saurik.com Git - apple/libpthread.git/blob - xcodescripts/run-on-install.sh
4a29fd0d0066d34b7a03960c9d1e673f542c3751
[apple/libpthread.git] / xcodescripts / run-on-install.sh
1 #!/bin/bash
2
3 if [[ "x${ACTION}" == "xinstall" && "x${SKIP_INSTALL}" == "xNO" ]]; then
4 $@
5 else
6 exit 0
7 fi