2 #4 July 96 Dan.Shearer@UniSA.edu.au
5 BASEDIR
=`echo $2 | sed 's/\/\//\//g'`
6 LIBDIR
=`echo $3 | sed 's/\/\//\//g'`
11 if [ ! -d $LIBDIR ]; then
12 echo Directory
$LIBDIR does not exist
!
13 echo Do a
"make installmodules" or
"make install" first.
19 if [ -f $LIBDIR/$p2 ]; then
20 echo Removing
$LIBDIR/$p2
22 if [ -f $LIBDIR/$p2 ]; then
23 echo Cannot remove
$LIBDIR/$p2 ... does
$USER have privileges?
30 ======================================================================
31 The modules have been uninstalled. You may restore the modules using
32 the command "make installmodules" or "make install" to install
33 binaries, modules, man pages and shell scripts.
34 ======================================================================