Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a2d29ba77c8fe4d655c72d0b897f51ad > files > 1

mnogosearch-3.3.8-3mdv2010.0.i586.rpm

#!/bin/sh

# Daily update of Mnogosearch database 
# 
MNOGOCONF=/etc/mnogosearch/indexer.conf
MNOGOOPT="-e -l"

if [ -x /usr/sbin/indexer ]; then
	/usr/sbin/indexer $MNOGOOPT $MNOGOCONF 1>&2 
fi