Remove pipx environment and cache directories
This commit is contained in:
parent
34c9eaf8d7
commit
65d9290ff6
|
@ -7,4 +7,8 @@ print_ok "Cleaning up /root/.config/ and root's gnome-shell extensions"
|
|||
rm /root/.config/mimeapps.list
|
||||
rm /root/.config/dconf -rf
|
||||
rm /root/.local/share/gnome-shell/extensions -rf
|
||||
/usr/bin/pipx uninstall-all
|
||||
PIPX_HOME=$(pipx environment --value PIPX_HOME)
|
||||
rm "$PIPX_HOME" -rf
|
||||
rm /root/.cache -rf
|
||||
judge "Clean up /root/.config/ and root's gnome-shell extensions"
|
Loading…
Reference in New Issue