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

7 lines
157 B
Plaintext
Raw Normal View History

2012-03-22 05:40:23 +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