Compare commits

..

No commits in common. "b1f267a043a7c6d8ab9c36a74190a5c405a97e6a" and "274678334e2052f56e404071088e4c4aa093fe53" have entirely different histories.

2 changed files with 4 additions and 2 deletions

View file

@ -61,7 +61,7 @@ _clean_container() {
if [[ "${_CLEANUP_CONTAINER}" == "1" ]]; then
echo "Cleaning container, delete not needed files from ${1}..."
rm -r "${1}"/usr/include
rm -r "${1}"/usr/share/{aclocal,applications,audit-rules,awk,common-lisp,emacs,et,fish,gettext,gettext-[0-9]*,glib-[0-9]*,gnupg,gtk-doc,iana-etc,icons,icu,keyutils,libalpm,libgpg-error,makepkg-template,misc,pixmaps,pkgconfig,screen,smartmontools,ss,tabset,vala,xml,man,info,xtables}
rm -r "${1}"/usr/share/{aclocal,applications,audit-rules,awk,common-lisp,emacs,et,fish,gettext,gettext-[0-9]*,glib-[0-9]*,gnupg,gtk-doc,iana-etc,icons,icu,keyutils,libalpm,libgpg-error,makepkg-template,misc,pixmaps,pkgconfig,screen,smartmontools,ss,tabset,vala,xml,man,doc,info,xtables}
rm -r "${1}"/usr/lib/{audit,awk,binfmt.d,cmake,dracut,e2fsprogs,environment.d,gawk,getconf,gettext,glib-[0-9]*,gnupg,gssproxy,icu,krb5,ldscripts,libnl,pkgconfig,siconv,tar,xfsprogs,xtables}
# locale cleaning
fd -u --min-depth 2 -E '/be/' -E '/bg/' \

View file

@ -109,7 +109,6 @@ sd/LICENSE
sdparm/LICENSE
shadow/COPYING
sqlite/license.txt
systemd/MIT-0.txt
terminus-font/LICENSE
tmux/LICENSE
tpm2-tss/LICENSE
@ -145,6 +144,9 @@ done
if [[ "${_RUNNING_ARCH}" == "x86_64" ]]; then
_file /usr/share/licenses/broadcom-wl/LICENSE
fi
if [[ "${_RUNNING_ARCH}" == "aarch64" ]]; then
_file /usr/share/licenses/systemd/MIT-0.txt
fi
_map _full_dir /usr/share/licenses/{spdx,linux-firmware}
}