live-iso-gnome/hooks/999-cleanup-apt-cache.chroot
ferreo 675c6a27af
Some checks failed
Release Nest NVIDIA amd64-v3 ISO / build (push) Failing after 8m9s
New Gnome ISO
2024-09-27 18:55:39 +01:00

9 lines
281 B
Bash
Executable File

#!/bin/sh
# Description: Cleanup apt cache files that add ~100MB to the .iso and aren't needed
rm -f /var/lib/apt/lists/*_Packages
rm -f /var/lib/apt/lists/*_Sources
rm -f /var/lib/apt/lists/*_Translation-*
systemctl unmask fwupd || true
systemctl unmask nmdb || true
apt clean -y