Index: branches/5.1.x/system/cache/clean.sh =================================================================== diff -u -N --- branches/5.1.x/system/cache/clean.sh (revision 12657) +++ branches/5.1.x/system/cache/clean.sh (revision 0) @@ -1 +0,0 @@ -find ./ -not -name "clean.sh" -not -name "CVS" -not -name "./" -not -name ".htaccess" -type d -o -name "debug_*" -maxdepth 1 | xargs rm -rf