if [ "${BASEDIR:=/}" != "/" ]; then
	exit 0
fi

if which pycompile >/dev/null 2>&1; then
	pycompile -p #PACKAGE# #ARGS#
fi
