home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 March B
/
SCO_CASTOR4RRT.iso
/
BASEman
/
install
/
postremove
< prev
Wrap
Text File
|
1998-08-19
|
313b
|
9 lines
#ident "@(#)pkg.BASEman:postremove 1.00"
#Run the configuration routines for the man pages
LOGFILE=/var/adm/log/basemanrem.$$.log
ERRFILE=/var/adm/log/basemanrem.$$.err
/usr/man/bin/config_man -L en_US.ISO8859-1 > $LOGFILE 2> $ERRFILE
/usr/man/bin/config_views -L en_US.ISO8859-1 >> $LOGFILE 2>> $ERRFILE
exit 0