forked from GNUsocial/gnu-social
4 lines
169 B
Plaintext
4 lines
169 B
Plaintext
|
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 {} \;
|