#!/bin/sh
# --------------------------------------------------------------------------
# Copyright 1992-1993 by Forschungszentrum Informatik (FZI)
#
# You can use and distribute this software under the terms of the license
# version 1 you should have received along with this software.
# If not or if you want additional information, write to
# Forschungszentrum Informatik, "STONE", Haid-und-Neu-Strasse 10-14,
# D-76131 Karlsruhe, Germany.
# ------------------------------------------------------------------------
# 'mkuninstall - 18:10:93 - Walter Zimmer'

usage='mkuninstall $file_to_remove'

# mkuninstall is used for remove files from an installed OBST
# version.  It removes $file_to_remove.

echo `basename $1`
rm -f $1
