#!/bin/sh

echo "This script:  "$0
echo "is no longer applicable to the current installation."
echo
echo "The installation appears to have been upgraded beyond"
echo "the version for which this script was intended."

exit 1
