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