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

  1. #ident    "@(#)preremove    1.2"
  2.  
  3. # restore original level for these ..
  4.  
  5. installf $PKGINST /usr/bin/tr f \? \? \? 4 \? \?
  6.  
  7. installf -f $PKGINST
  8.  
  9. #  remove commands from NET role ...
  10. #    cp is needed by nsu and dfs, so neither preremoves remove it.
  11. #    The packages can then remain independent.
  12.  
  13. #while read cmd
  14. #do
  15. #    base=`basename $cmd`
  16. #    adminrole -r $base NET
  17. #done <<!
  18. #/usr/sbin/dfshares
  19. #/usr/sbin/general
  20. #/usr/sbin/share
  21. #/usr/sbin/shareall
  22. #/usr/sbin/unshareall
  23. #/usr/sbin/lidload
  24. #/sbin/mountall
  25. #/sbin/umountall
  26. #/sbin/mount
  27. #/sbin/umount
  28. #/usr/sbin/unshare
  29. #/usr/sbin/dfmounts
  30. #/sbin/sh
  31. #/sbin/init
  32. #/usr/sbin/fuser
  33. #/usr/bin/kill
  34. #!
  35.  
  36. exit 0
  37.