cleanups.sh: add more python unneeded stuff

This commit is contained in:
Calin Crisan 2017-12-29 22:25:16 +02:00
parent 37504d4a64
commit d6f85915f1

View File

@ -191,6 +191,8 @@ rm -f $TARGET/usr/bin/v4l2-compliance
rm -rf $TARGET/usr/lib/python2.7/site-packages/samba/ rm -rf $TARGET/usr/lib/python2.7/site-packages/samba/
rm -rf $TARGET/usr/lib/python2.7/ensurepip/ rm -rf $TARGET/usr/lib/python2.7/ensurepip/
rm -rf $TARGET/usr/lib/python2.7/config/ rm -rf $TARGET/usr/lib/python2.7/config/
rm -rf $TARGET/usr/lib/python2.7/distutils/
rm -rf $TARGET/usr/lib/python2.7/unittest/
# buildroot default startup scripts # buildroot default startup scripts
rm -f $TARGET/etc/init.d/S01logging rm -f $TARGET/etc/init.d/S01logging