diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2008-11-30 00:41:49 +0100 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2008-11-30 00:41:49 +0100 |
| commit | 59bab937c64a08e6380e87d13e2d6bd01ec9a42b (patch) | |
| tree | 5887b9704c5caea4e75645ba8591dd0a2fd068ba /clean.sh | |
| parent | 6d485674c302ba94b5b1f83f2f3d1d9b1216d0d4 (diff) | |
More de po updates.
Diffstat (limited to 'clean.sh')
| -rwxr-xr-x | clean.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -16,7 +16,8 @@ find ./ \( -type f -name install_manifest.txt -print , -type f -name cmake_insta find ./ -name \*.in -print | while read r; do rm -f ${r/\.in/}; done # remove compiled binaries -find src -name {tuxanci,tuxanci-server} -print | xargs -i rm {} -f +find src -name tuxanci -print | xargs -i rm {} -f +find src -name tuxanci-server -print | xargs -i rm {} -f # remove compiled gettext files find ./ -name \*.gmo -print | xargs -i rm {} -f |