home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 March B
/
SCO_CASTOR4RRT.iso
/
deBASEdoc
/
install
/
postinstall
< prev
next >
Wrap
Text File
|
1998-08-19
|
296b
|
9 lines
#ident "@(#)pkg.deBASEdoc:postinstall 1.00"
#Run the configuration routines for the online doc
LOGFILE=/var/adm/log/debasedocins.$$.log
ERRFILE=/var/adm/log/debasedocins.$$.err
/usr/man/bin/config_help -L de > $LOGFILE 2> $ERRFILE
/usr/man/bin/config_views -L de >> $LOGFILE 2>> $ERRFILE
exit 0