Run clean in Uninstall command

This commit is contained in:
Christer Warén
2025-08-21 18:35:09 +03:00
parent 32e6b83611
commit f91e69ee55
2 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
wx-uninstall(){
wx-header "Uninstall"
wx-clean &> /dev/null
if [[ -d "$HOME/.warengroup" ]]
then
rm "$HOME/.warengroup" -rf

3
wx
View File

@@ -438,6 +438,9 @@ wx-install(){
wx-uninstall(){
wx-header "Uninstall"
wx-clean &> /dev/null
if [[ -d "$HOME/.warengroup" ]]
then
rm "$HOME/.warengroup" -rf