#! /bin/sh

# $Id: cron.monthly,v 1.4 2003/11/13 18:08:54 wsourdeau Exp $

# Run periodical Lire jobs.  See lr_vendor_cron(1).

if test -x /usr/sbin/lr_vendor_cron
then
    LIREUSER='lire' /usr/sbin/lr_vendor_cron monthly
fi
