Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/clean.sh')
-rwxr-xr-xbin/clean.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/clean.sh b/bin/clean.sh
index a1ae6b3..8bcc058 100755
--- a/bin/clean.sh
+++ b/bin/clean.sh
@@ -13,11 +13,6 @@ rm -f webroot/js/jquery.addons.min.js
rm -f webroot/css/style.min.css
-# Clean caches
-rm -rf tmp/cache/models/*
-rm -rf tmp/cache/persistent/*
-rm -rf tmp/cache/views/*
-
# Remove all .mo files
# Not doing this probably wouldn't cause a conflict, but better to be safe
find locale/ -name *.mo -exec rm -f {} \;