home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 March B
/
SCO_CASTOR4RRT.iso
/
nwsclnt
/
install
/
postremove
< prev
next >
Wrap
Text File
|
1998-08-19
|
503b
|
34 lines
# @(#)postremove 1.3
# nwsclnt postremove
#
ADMINUSER=/usr/bin/adminuser
GREP=/usr/bin/grep
if [ "$RANDOM" = "$RANDOM" ]
then
exec /usr/bin/winxksh $0 $*
fi
trap "" 2
. /var/sadm/pkg/nwsclnt/install/misc_func # dot in support functions
SetLocale
# Load strings
. ${LANGDEP_SCRIPTS}/set_strings
# Remove root privs for the following
$ADMINUSER -r NWClientDisk root >/dev/null 2>&1
#
# Remove SCOadmin stuff
#
/usr/bin/scoadmin -p NetWare -d /usr/lib/scoadmin/NetWare/NWClientDisk.obj
exit 0