inveniogc: tmp directory removal improvements
- Adds '-r' flag to rm command in order to correctly delete any old directories found. Also changes the find flag from '-atime' to '-mtime' to better detect older directories (as a simple 'ls' will update the any directories access time).