home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / BASEman / install / postremove < prev   
Text File  |  1998-08-19  |  313b  |  9 lines

  1. #ident    "@(#)pkg.BASEman:postremove    1.00"
  2.  
  3. #Run the configuration routines for the man pages
  4. LOGFILE=/var/adm/log/basemanrem.$$.log
  5. ERRFILE=/var/adm/log/basemanrem.$$.err
  6. /usr/man/bin/config_man -L en_US.ISO8859-1 > $LOGFILE 2> $ERRFILE
  7. /usr/man/bin/config_views -L en_US.ISO8859-1 >> $LOGFILE 2>> $ERRFILE
  8. exit 0
  9.