home *** CD-ROM | disk | FTP | other *** search
- #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
-