Update uninstall.sh

This commit is contained in:
Steve Zabka
2022-05-23 10:55:28 +02:00
committed by GitHub
parent 246b665d20
commit dccd09f3c4

View File

@@ -34,8 +34,9 @@ function DL_WINEPREFIXES_LIST {
# Continue with removing ...
rmdir $DL_WINEPREFIXES
# Check if there another Wineprefixes ...
# if then
# rmdir $HOME/.fusion360
# else nothing
# ...
# if ... then
# Do nothing!
# else
# rmdir $HOME/.fusion360
# fi
}