From dccd09f3c4912cd023cd7b613db4d8e1183b62f2 Mon Sep 17 00:00:00 2001 From: Steve Zabka <79079633+cryinkfly@users.noreply.github.com> Date: Mon, 23 May 2022 10:55:28 +0200 Subject: [PATCH] Update uninstall.sh --- files/builds/development-branch/uninstall.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 }