mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
e2fsprogs: remove unneeded applets from image
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
@@ -67,3 +67,15 @@ pre_configure_target() {
|
||||
# e2fsprogs fails to build with LTO support on gcc-4.9
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user