home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 March B
/
SCO_CASTOR4RRT.iso
/
ARCdoc
/
install
/
postremove
< prev
Wrap
Text File
|
1998-08-19
|
786b
|
25 lines
#ident "@(#)pkg.arcdoc:postremove 1.00"
# Run the configuration routines for the arcserve online doc
LOGFILE=/var/adm/log/arcdocrem.$$.log
ERRFILE=/var/adm/log/arcdocrem.$$.err
# Run the odssi tools on the online (html) arcserve doc.
echo -n "Removing SCO ARCserve/Open help files..."
/usr/man/bin/config_help -n >> $LOGFILE 2>> $ERRFILE
echo "done."
# Run the odssi tools on the arcserve man pages.
# The "1" specifies that only man section 1 is affected by these
# man pages.
echo -n "Removing SCO ARCserve/Open manual pages..."
/usr/man/bin/config_man 1 >> $LOGFILE 2>> $ERRFILE
echo "done."
# Run the odssi tools to remove the arcserve topic view pages.
echo -n "Removing SCO ARCserve/Open topic views..."
/usr/man/bin/config_views >> $LOGFILE 2>> $ERRFILE
echo "done."
exit 0