PKGBUILDs/extra/courier-mta/courier-webmail-cleancache.cron.hourly
2009-10-09 21:23:22 -05:00

6 lines
157 B
Bash

#!/bin/sh
# Cleans the cache of the sqwebmail server
if [ -x /usr/share/sqwebmail/cleancache.pl ]; then
su -c "/usr/share/sqwebmail/cleancache.pl" bin
fi