summaryrefslogtreecommitdiff
path: root/community-staging/courier-mta/courier-webmail-cleancache.cron.hourly
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/courier-mta/courier-webmail-cleancache.cron.hourly')
-rw-r--r--community-staging/courier-mta/courier-webmail-cleancache.cron.hourly6
1 files changed, 0 insertions, 6 deletions
diff --git a/community-staging/courier-mta/courier-webmail-cleancache.cron.hourly b/community-staging/courier-mta/courier-webmail-cleancache.cron.hourly
deleted file mode 100644
index 6c541321e..000000000
--- a/community-staging/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