# vim: set ft=make : # Clean up old up unused podman images, volumes, flatpak packages and rpm-ostree content clean-system: #!/usr/bin/bash podman image prune -af podman volume prune -f flatpak uninstall --unused rpm-ostree cleanup -bm if [ -x /home/linuxbrew/.linuxbrew/bin/brew ]; then brew autoremove brew cleanup fi