From 0af34fb94fd15a212eb232ac6ba276e6c97f04d7 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Tue, 19 Sep 2017 19:19:12 +0200 Subject: 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). --- make_slackware_live.sh | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3