Monotone-Parent: 950380ef7d21e236720a256867099e544955446c

Monotone-Revision: fd0a45015e180440a0786a460237ffb942e2713a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-10-19T21:44:25
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-10-19 21:44:25 +00:00
parent ab9c9b7263
commit 97f530da4f

View File

@@ -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