Skip to content

Commit

Permalink
feat(clean): Implement cleanup for package managers (#75)
Browse files Browse the repository at this point in the history
* feat(clean): Remove unused flatpaks

* feat(clean): Remove temp files and cached repo metadata from ostree

* feat(just): add a -a to the system prune command

---------

Co-authored-by: Jorge O. Castro <[email protected]>
  • Loading branch information
EyeCantCU and castrojo authored Jul 16, 2023
1 parent 24c119e commit 589d08b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/ublue-os-just/main.just
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ bios:
systemctl reboot --firmware-setup

clean:
podman system prune
podman system prune -a
flatpak uninstall --unused
rpm-ostree cleanup -bm

changelogs:
rpm-ostree db diff --changelogs
Expand Down

0 comments on commit 589d08b

Please sign in to comment.