#!/bin/sh # file: uninst.unx G. Moody 5 April 1996 # # Uninstall UNIX binaries of DB Software Package and WAVE # # Copyright(C) Massachusetts Institute of Technology 1996. All rights reserved. echo This program will remove the DB Software Package and WAVE from your disk. echo -n "Do you really wish to do this? [y/n]: n" read ANSWER case $ANSWER in y*|Y*) echo Deleting the DB Software Package and WAVE ... ;; *) exit ;; esac # Replace the DB Software Package version installation marker. cat >/usr/local/.dbswpver.dat <