Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > 059f7a4aaf6fd1abf9c488af664ae035 > files > 1

mnogosearch-3.3.10-5.x86_64.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