#!/bin/sh
# cron script for perlindex to update the database.
test -x /usr/bin/perlindex || exit 0
perlindex -index >/dev/null 2>/dev/null
