kivy-ios/reduce_python.sh
Mathieu Virbel ea44523f7a wip
2011-12-06 11:42:37 +01:00

12 lines
291 B
Bash
Executable file

#!/bin/bash
echo "Starting reducing=========="
pushd $BUILDROOT/python/lib/python2.7
find . -iname '*.pyc' | xargs rm
find . -iname '*.py' | xargs rm
find . -iname 'test_*' | xargs rm -rf
rm -rf *test* config lib* wsgiref bsddb curses idlelib hotshot || true
popd
rm -rf pkgconfig || true