2 # 5 July 96 Dan.Shearer@UniSA.Edu.Au - almost identical to uninstallbin.sh
5 BINDIR
=`echo $2 | sed 's/\/\//\//g'`
10 if [ ! -d $BINDIR ]; then
11 echo Directory
$BINDIR does not exist
!
12 echo Do a
"make installscripts" or
"make install" first.
18 if [ -f $BINDIR/$p2 ]; then
19 echo Removing
$BINDIR/$p2
21 if [ -f $BINDIR/$p2 ]; then
22 echo Cannot remove
$BINDIR/$p2 ... does
$USER have privileges?
28 ======================================================================
29 The scripts have been uninstalled. You may reinstall them using
30 the command "make installscripts" or "make install" to install binaries,
31 man pages and shell scripts. You may recover a previous version (if any
33 ======================================================================