mirror of
https://git.adityakumar.xyz/lfs-scripts.git
synced 2024-11-13 00:39:46 +00:00
16 lines
221 B
Bash
16 lines
221 B
Bash
#!/bin/bash
|
|
|
|
rm -rf /usr/share/{info,man,doc}/*
|
|
|
|
find /usr/{lib,libexec} -name \*.la -delete
|
|
|
|
rm -rf /tools
|
|
|
|
exit
|
|
|
|
umount $LFS/dev/pts
|
|
umount $LFS/{sys,proc,run,dev}
|
|
|
|
cd $LFS
|
|
tar -cJpf $HOME/lfs-temp-tools-11.2.tar.xz .
|
|
|