]> git.saurik.com Git - apple/libpthread.git/blob - xcodescripts/run-on-install.sh
libpthread-330.230.1.tar.gz
[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