#!/bin/sh
#
# Purge WWWOFFLE caches

if /sbin/service wwwoffle status >/dev/null 2>&1 ; then
	/usr/bin/wwwoffle -purge
fi
