#!/bin/sh SOGOSPOOL=/var/spool/sogo /usr/sbin/tmpwatch 24 "$SOGOSPOOL" find "$SOGOSPOOL" -type d -empty -exec /bin/rmdir -p {} \; 2> /dev/null