6 if [ ! -d $CPDIR ]; then
7 echo Directory
$CPDIR does not exist
!
8 echo Do a
"make installcp" or
"make install" first.
13 if [ ! -f $CPDIR/codepage.
$p ]; then
14 echo $CPDIR/codepage.
$p does not exist
!
16 echo Removing
$CPDIR/codepage.
$p
17 rm -f $CPDIR/codepage.
$p
18 if [ -f $CPDIR/codepage.
$p ]; then
19 echo Cannot remove
$CPDIR/codepage.
$p... does
$USER have privileges?
25 ======================================================================
26 The code pages have been uninstalled. You may reinstall them using
27 the command "make installcp" or "make install" to install binaries,
28 man pages, shell scripts and code pages. You may recover a previous version
29 (if any with "make revert").
30 ======================================================================