File wwwoffle.cron of Package wwwoffle
#!/bin/sh # # purge the wwwoffle cache directory according to # the parameters defined in /etc/wwwoffle/wwwoffle.conf # if [ -x /usr/bin/wwwoffle ] ; then /sbin/checkproc /usr/sbin/wwwoffled && \ /usr/bin/wwwoffle -purge -c /etc/wwwoffle/wwwoffle.conf exit 0 else exit 0 fi