home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 112 / maccd 112.iso / Utilities / Mac OS X / Ext2FS_1.0.1.dmg / Ext2FS.pkg / Contents / Resources / postinstall < prev    next >
Encoding:
Text File  |  2003-11-21  |  214 b   |  9 lines

  1. #! /bin/sh
  2. PATH="/usr/bin:/bin:/usr/sbin:/sbin"
  3.  
  4. #Rebuild the kext cache
  5. if [ -f ./System/Library/Extensions.kextcache ]; then
  6.     rm ./System/Library/Extensions.kextcache
  7.     kextcache -k ./System/Library/Extensions
  8. fi
  9.