diff options
-rwxr-xr-x | CLEAN | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +find . -type f -name "pootle*" -exec rm -f {} \; +find . -type f -name "laconica.po.pending" -exec rm -f {} \; +find . -type f -name "laconica.po.stats" -exec rm -f {} \; |