From 116e6e4322935430c140a6443b0ee8f7243cb3c5 Mon Sep 17 00:00:00 2001 From: Victor Lyuboslavsky Date: Tue, 17 Sep 2024 08:06:47 -0500 Subject: [PATCH] Added orbit changes for uninstall feature (#22154) (cherry picked from commit d0ba6087e1cbc605736d14b707737811be88cee9) --- orbit/changes/20320-uninstall-after-failed-post-install | 1 + 1 file changed, 1 insertion(+) create mode 100644 orbit/changes/20320-uninstall-after-failed-post-install diff --git a/orbit/changes/20320-uninstall-after-failed-post-install b/orbit/changes/20320-uninstall-after-failed-post-install new file mode 100644 index 000000000000..5dd4d969729e --- /dev/null +++ b/orbit/changes/20320-uninstall-after-failed-post-install @@ -0,0 +1 @@ +During software install flow, if installer's post-install script fails, run the uninstall script to attempt to roll back.