From 03daa19ec574dcab59e89566a8062b60b16a8325 Mon Sep 17 00:00:00 2001 From: xHire Date: Sat, 25 Oct 2008 11:58:43 +0200 Subject: Translated all game into Czech + some small fixes Updated scripts Correction: "Height Score" -> "High Score" Set right file permissions --- clean.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'clean.sh') diff --git a/clean.sh b/clean.sh index 82ced56..009d44c 100755 --- a/clean.sh +++ b/clean.sh @@ -5,6 +5,8 @@ # remove folders find ./ -type d -name CMakeFiles -print | xargs -i rm {} -rf +# some people build Tuxanci in speacial folder +rm -rf ./build # remove cmake files find ./ \( -type f -name \*.so -print , -type f -name \*.cmake -print , -type f -name CMakeCache.txt -print , -type f -name Makefile -print \) | grep -v "./cmake" | xargs -i rm {} -f @@ -18,3 +20,6 @@ find src -name tuxanci-\* -print | xargs -i rm {} -f # remove compiled gettext files find ./ -name \*.gmo -print | xargs -i rm {} -f + +# remove temporary backup files +find ./ -type f -name \*~ -print | xargs -i rm {} -f -- cgit v1.2.3