1#!/bin/sh
2# clean_simulator.sh
3if [ "$ACTION" = installhdrs ]; then exit 0; fi
4
5if [ "$PLATFORM_NAME" = iphonesimulator ]; then
6	rm -rf "${DSTROOT}"/usr/local/lib/dyld
7fi
8