iso-builder/etc/swayfx/config/hooks/live/999-cleanup-apt-cache.chroot
2023-11-14 21:14:49 +03:00

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