Update hooks/999-cleanup-apt-cache.chroot

This commit is contained in:
ferreo 2024-10-27 19:23:20 +01:00
parent 3ad19ac4bd
commit 85f63d7b97

View File

@ -4,6 +4,9 @@
rm -f /var/lib/apt/lists/*_Packages rm -f /var/lib/apt/lists/*_Packages
rm -f /var/lib/apt/lists/*_Sources rm -f /var/lib/apt/lists/*_Sources
rm -f /var/lib/apt/lists/*_Translation-* rm -f /var/lib/apt/lists/*_Translation-*
systemctl unmask fwupd || true systemctl mask fwupd || true
systemctl unmask nmdb || true systemctl mask nmdb || true
systemctl mask gnome-remote-desktop || true
systemctl mask gnome-remote-desktop-configuration || true
systemctl mask NetworkManager-wait-online || true
apt clean -y apt clean -y