mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
cleanup.sh: remove unused redis binaries
This commit is contained in:
parent
a0f27144fc
commit
244958bd11
@ -170,10 +170,17 @@ rm -f ${TARGET}/usr/bin/wbinfo
|
||||
rm -f ${TARGET}/usr/sbin/winbindd
|
||||
rm -rf ${TARGET}/usr/share/ctdb
|
||||
|
||||
# useless mongodb binaries
|
||||
# unused mongodb binaries
|
||||
rm -f ${TARGET}/usr/bin/mongos
|
||||
rm -f ${TARGET}/usr/bin/mongoperf
|
||||
|
||||
# unused redis binaries
|
||||
rm -f $TARGET/usr/bin/redis-check-aof
|
||||
rm -f $TARGET/usr/bin/redis-check-rdb
|
||||
rm -f $TARGET/usr/bin/redis-benchmark
|
||||
rm -f $TARGET/usr/bin/redis-cli
|
||||
rm -f $TARGET/usr/bin/redis-sentinel
|
||||
|
||||
# v4l-utils
|
||||
rm -f ${TARGET}/usr/bin/cec-compliance
|
||||
rm -f ${TARGET}/usr/bin/cec-ctl
|
||||
|
Loading…
x
Reference in New Issue
Block a user