From 97f530da4ff6d0569bc707ebad23a00a3655d156 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 19 Oct 2009 21:44:25 +0000 Subject: [PATCH] Monotone-Parent: 950380ef7d21e236720a256867099e544955446c Monotone-Revision: fd0a45015e180440a0786a460237ffb942e2713a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-10-19T21:44:25 Monotone-Branch: ca.inverse.sogo --- debian/sogo.cron.daily | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/sogo.cron.daily b/debian/sogo.cron.daily index f5c349eb9..09bf4a3b3 100644 --- a/debian/sogo.cron.daily +++ b/debian/sogo.cron.daily @@ -3,4 +3,4 @@ SOGOSPOOL=/var/spool/sogo /usr/sbin/tmpreaper 24 "$SOGOSPOOL" -find "$SOGOSPOOL" -type d -empty -exec /bin/rmdir -p {} \; 2> /dev/null +find "$SOGOSPOOL" -mindepth 1 -type d -empty -exec /bin/rmdir -p {} \; 2> /dev/null