2 #4 July 96 Dan.Shearer@UniSA.edu.au
15 if [ ! -d $BINDIR ]; then
16 echo Directory
$BINDIR does not exist
!
17 echo Do a
"make installbin" or
"make install" first.
23 if [ -f $BINDIR/$p2 ]; then
24 echo Removing
$BINDIR/$p2
26 if [ -f $BINDIR/$p2 ]; then
27 echo Cannot remove
$BINDIR/$p2 ... does
$USER have privileges?
34 ======================================================================
35 The binaries have been uninstalled. You may restore the binaries using
36 the command "make installbin" or "make install" to install binaries,
37 man pages and shell scripts. You can restore a previous version of the
38 binaries (if there were any) using "make revert".
39 ======================================================================