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