home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / deBASEdoc / install / postinstall < prev    next >
Text File  |  1998-08-19  |  296b  |  9 lines

  1. #ident    "@(#)pkg.deBASEdoc:postinstall    1.00"
  2.  
  3. #Run the configuration routines for the online doc
  4. LOGFILE=/var/adm/log/debasedocins.$$.log
  5. ERRFILE=/var/adm/log/debasedocins.$$.err
  6. /usr/man/bin/config_help -L de > $LOGFILE 2> $ERRFILE
  7. /usr/man/bin/config_views -L de >> $LOGFILE 2>> $ERRFILE
  8. exit 0
  9.