1#!/bin/bash -ex
2
3if [[ "${PLATFORM_NAME}" =~ "simulator" ]]; then
4	rm -rf ${DSTROOT}${INSTALL_PATH_PREFIX}/usr/share/man
5fi
6