cleanups: remove not-so-useful mongo binaries

This commit is contained in:
Calin Crisan 2017-02-20 21:37:08 +02:00
parent c6e47de04d
commit 5e1085000d

View File

@ -172,6 +172,10 @@ rm -f $TARGET/usr/sbin/ctdb*
rm -f $TARGET/usr/sbin/winbindd
rm -f $TARGET/usr/share/perl5
# useless mongodb binaries
rm -f $TARGET/usr/bin/mongos
rm -f $TARGET/usr/bin/mongoperf
# unused python folders
rm -rf $TARGET/usr/lib/python2.7/site-packages/samba/
rm -rf $TARGET/usr/lib/python2.7/ensurepip/