diff --git a/files/builds/development-branch/uninstall.sh b/files/builds/development-branch/uninstall.sh index 51f8c85..59a4228 100644 --- a/files/builds/development-branch/uninstall.sh +++ b/files/builds/development-branch/uninstall.sh @@ -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 }