home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / etc / cron.weekly / apt-xapian-index < prev    next >
Encoding:
Text File  |  2009-01-31  |  107 b   |  10 lines

  1. #!/bin/sh
  2.  
  3. CMD=/usr/sbin/update-apt-xapian-index
  4.  
  5. # Rebuild the index
  6. if [ -x $CMD ]
  7. then
  8.     $CMD --quiet
  9. fi
  10.