Skip to content

Commit 9363b23

Browse files
committed
provision: Clean even more rpm stuff
In some cases we have /var/lib/rhsm too... *cry* Signed-off-by: Colin Walters <[email protected]>
1 parent 293e9e2 commit 9363b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/provision-derived.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ touch ~/.config/nushell/env.nu
1616
dnf -y install nu
1717
dnf clean all
1818
# Stock extra cleaning of logs and caches in general (mostly dnf)
19-
rm /var/log/* /var/cache /var/lib/dnf /var/lib/rpm-state -rf
19+
rm /var/log/* /var/cache /var/lib/{dnf,rpm-state,rhsm} -rf
2020
# And clean root's homedir
2121
rm /var/roothome/.config -rf

0 commit comments

Comments
 (0)