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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2009-01-31
|
107 b
|
10 lines
#!/bin/sh
CMD=/usr/sbin/update-apt-xapian-index
# Rebuild the index
if [ -x $CMD ]
then
$CMD --quiet
fi