home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / sbin / update-modules < prev    next >
Encoding:
Text File  |  2007-04-03  |  111 b   |  6 lines

  1. #!/bin/sh -e
  2. if [ -x /sbin/update-modules.modutils ]; then
  3.   exec /sbin/update-modules.modutils "$*"
  4. fi
  5. exit 0
  6.