home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / cron.weekly / apt-xapian-index < prev    next >
Encoding:
Text File  |  2008-08-20  |  99 b   |  7 lines

  1. #!/bin/sh
  2.  
  3. CMD=/usr/sbin/update-apt-xapian-index
  4.  
  5. # Rebuild the index
  6. test -x $CMD && $CMD --quiet
  7.