PKGBUILDs/extra/courier-mta/courier-webmail-cleancache.cron.hourly

7 lines
157 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
#!/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