Skip to content

Commit

Permalink
Remove unused Cache/Config directories.
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterSioen committed Jul 19, 2016
1 parent 122c18d commit 9e61451
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/Backend/Cache/Config/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions src/Frontend/Cache/Config/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions tools/prepare_for_reinstall
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ SCRIPT_PATH="`dirname \"$0\"`"
. "${SCRIPT_PATH}/functions/extract_from_yml.sh"

clear_file_caches() {
rm -f `find ${SCRIPT_PATH}/../src/Frontend/Cache/Config/ ! -name ".gitignore" -type f ! -path *.svn/* -type f`
rm -f `find ${SCRIPT_PATH}/../src/Frontend/Cache/Locale/ ! -name ".gitignore" -type f ! -path *.svn/* -type f`
rm -f `find ${SCRIPT_PATH}/../src/Frontend/Cache/MinifiedCss/ ! -name ".gitignore" -type f ! -path *.svn/* -type f`
rm -f `find ${SCRIPT_PATH}/../src/Frontend/Cache/MinifiedJs/ ! -name ".gitignore" -type f ! -path *.svn/* -type f`
rm -f `find ${SCRIPT_PATH}/../src/Frontend/Cache/Navigation/ ! -name ".gitignore" -type f ! -path *.svn/* -type f`
rm -f `find ${SCRIPT_PATH}/../src/Frontend/Cache/CompiledTemplates/ ! -name ".gitignore" -type f ! -path *.svn/* -type f`

rm -f `find ${SCRIPT_PATH}/../src/Backend/Cache/Config/ ! -name ".gitignore" -type f ! -path *.svn/* -type f`
rm -f `find ${SCRIPT_PATH}/../src/Backend/Cache/Cronjobs/ ! -name ".gitignore" -type f ! -path *.svn/* -type f`
rm -f `find ${SCRIPT_PATH}/../src/Backend/Cache/Locale/ ! -name ".gitignore" -type f ! -path *.svn/* -type f`
rm -f `find ${SCRIPT_PATH}/../src/Backend/Cache/Mailmotor/ ! -name ".gitignore" -type f ! -path *.svn/* -type f`
Expand Down

0 comments on commit 9e61451

Please sign in to comment.