diff options
author | Eric Hameleers <alien@slackware.com> | 2017-09-19 19:19:12 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2017-09-19 19:19:12 +0200 |
commit | 0af34fb94fd15a212eb232ac6ba276e6c97f04d7 (patch) | |
tree | a297e339143ff97420bc34ab66e911b9f7f1a83f /make_slackware_live.sh | |
parent | 572909a198ce6bfda54096a4a70652a320628d4d (diff) | |
download | liveslak-0af34fb94fd15a212eb232ac6ba276e6c97f04d7.tar.gz liveslak-0af34fb94fd15a212eb232ac6ba276e6c97f04d7.tar.xz |
XFCE: remove some more files to keep the ISO file size below limit
The XFCE ISO is meant to fit on a CDROM medium.
CDROM ISO images must be at most 737.280.000 bytes (703 MB).
Diffstat (limited to 'make_slackware_live.sh')
-rwxr-xr-x | make_slackware_live.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index f54e8f9..9075d35 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -461,6 +461,7 @@ function install_pkgs() { rm -rf "$2"/usr/lib${DIRSUFFIX}/lib{LLVM,clang,lldb}*.a # And these are not needed for a simple XFCE ISO: rm -rf "$2"/usr/lib${DIRSUFFIX}/clang/*/lib/linux/*.a{,.syms} + rm -f "$2"/usr/bin/{c-index-test,clang-check,clang-query} # Get rid of useless documentation: rm -rf "$2"/usr/share/ghostscript/*/doc/ # We don't need tests or examples: |