live-iso-gnome/hooks/999-cleanup-apt-cache.chroot
Ward from fusion-voyager-3 80f4eeebe5
Some checks failed
Push ISO / build (push) Failing after 1m10s
chroot attempt 0
2024-08-01 15:23:17 +03:00

7 lines
208 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-*