#!/bin/sh
if [ "$2" = "check" ] ; then
  exit 0;
fi
$SW_LOCATION/MVPServer.unlink

exit 0
