mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
e2fsprogs: remove unneeded applets from image
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1a6b1c8982
commit
ff84181d94
@ -67,3 +67,15 @@ pre_configure_target() {
|
|||||||
# e2fsprogs fails to build with LTO support on gcc-4.9
|
# e2fsprogs fails to build with LTO support on gcc-4.9
|
||||||
strip_lto
|
strip_lto
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_makeinstall_target() {
|
||||||
|
rm -rf $INSTALL/sbin/badblocks
|
||||||
|
rm -rf $INSTALL/sbin/blkid
|
||||||
|
rm -rf $INSTALL/sbin/dumpe2fs
|
||||||
|
rm -rf $INSTALL/sbin/e2freefrag
|
||||||
|
rm -rf $INSTALL/sbin/e2undo
|
||||||
|
rm -rf $INSTALL/sbin/e4defrag
|
||||||
|
rm -rf $INSTALL/sbin/filefrag
|
||||||
|
rm -rf $INSTALL/sbin/logsave
|
||||||
|
rm -rf $INSTALL/sbin/mklost+found
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user