From 5e1085000d16f97f3ee5e23709c11e514c058a6d Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Mon, 20 Feb 2017 21:37:08 +0200 Subject: [PATCH] cleanups: remove not-so-useful mongo binaries --- board/common/cleanups.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/board/common/cleanups.sh b/board/common/cleanups.sh index 019b964485..fd6ee76cb3 100755 --- a/board/common/cleanups.sh +++ b/board/common/cleanups.sh @@ -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/