diff options
Diffstat (limited to 'community/courier-mta/courier-webmail-cleancache.cron.hourly')
-rw-r--r-- | community/courier-mta/courier-webmail-cleancache.cron.hourly | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/community/courier-mta/courier-webmail-cleancache.cron.hourly b/community/courier-mta/courier-webmail-cleancache.cron.hourly deleted file mode 100644 index 6c541321e..000000000 --- a/community/courier-mta/courier-webmail-cleancache.cron.hourly +++ /dev/null @@ -1,6 +0,0 @@ -#!/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 |