]> git.saurik.com Git - apple/libpthread.git/blobdiff - xcodescripts/run-on-install.sh
libpthread-218.1.3.tar.gz
[apple/libpthread.git] / xcodescripts / run-on-install.sh
diff --git a/xcodescripts/run-on-install.sh b/xcodescripts/run-on-install.sh
new file mode 100644 (file)
index 0000000..4a29fd0
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+if [[ "x${ACTION}" == "xinstall" && "x${SKIP_INSTALL}" == "xNO" ]]; then
+       $@
+else
+       exit 0
+fi