diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-02-07 18:17:29 +0100 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-02-07 18:17:29 +0100 |
| commit | 9a7f9abf569c49edecb411b160dacb722cade4cc (patch) | |
| tree | ce273cf0d3fd5d3996f954540ff586bed7b74692 | |
| parent | 44870d0f0c27a79adb313c39b50f35673b24b90f (diff) | |
Update clean.sh script
| -rwxr-xr-x | clean.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,3 +24,6 @@ find ./ -name \*.gmo -print | xargs -i rm {} -f # remove temporary backup files find ./ -type f -name \*~ -print | xargs -i rm {} -f + +# remove so libraries +find ./src/modules -type f -name mod\*.so\* | xargs -i rm {} -f |