Remove old symlinks

These symlinks no longer point to anything useful.

Tested:
Code compiles.  GET /redfish/v1/\$metadata returns correct data.

Change-Id: I29853e18f85d9509e171b0460792ac788fd503ec
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/redfish-core/schema/dmtf/installed/OemComputerSystem_v1.xml b/redfish-core/schema/dmtf/installed/OemComputerSystem_v1.xml
deleted file mode 120000
index 87ba1cc..0000000
--- a/redfish-core/schema/dmtf/installed/OemComputerSystem_v1.xml
+++ /dev/null
@@ -1 +0,0 @@
-../../../../redfish-core/schema/oem/openbmc/csdl/OemComputerSystem_v1.xml
\ No newline at end of file
diff --git a/redfish-core/schema/dmtf/installed/OemVirtualMedia_v1.xml b/redfish-core/schema/dmtf/installed/OemVirtualMedia_v1.xml
deleted file mode 120000
index 17c8624..0000000
--- a/redfish-core/schema/dmtf/installed/OemVirtualMedia_v1.xml
+++ /dev/null
@@ -1 +0,0 @@
-../../../../redfish-core/schema/oem/openbmc/csdl/OemVirtualMedia_v1.xml
\ No newline at end of file
diff --git a/redfish-core/schema/oem/openbmc/meson.build b/redfish-core/schema/oem/openbmc/meson.build
index 5044fe7..cf5808a 100644
--- a/redfish-core/schema/oem/openbmc/meson.build
+++ b/redfish-core/schema/oem/openbmc/meson.build
@@ -11,11 +11,13 @@
         install_data(
             'csdl/@0@_v1.xml'.format(schema),
             install_dir: '/var/www/redfish/v1/schema',
+            follow_symlinks: true,
         )
 
         install_data(
             'json-schema/@0@.json'.format(schema),
             install_dir: '/var/www/redfish/v1/JsonSchema/@0@'.format(schema),
+            follow_symlinks: true,
         )
     endif
 endforeach