From cd24a3cd4fb0e51cd32c8ca66d045e6aceba1e41 Mon Sep 17 00:00:00 2001 From: Greg Neagle Date: Mon, 28 Oct 2024 10:04:47 -0700 Subject: [PATCH] add note for future consideration --- code/cli/munki/managedsoftwareupdate/msuutils.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/cli/munki/managedsoftwareupdate/msuutils.swift b/code/cli/munki/managedsoftwareupdate/msuutils.swift index 4199f40a..d5ba5e76 100644 --- a/code/cli/munki/managedsoftwareupdate/msuutils.swift +++ b/code/cli/munki/managedsoftwareupdate/msuutils.swift @@ -91,6 +91,8 @@ func runPreOrPostScript(name: String, runType: String) async -> Int { /// If there are executables inside the cleanup directory, /// run them and remove them if successful +/// NOTE: historically, this has been used to clean up the Python framework when updating +/// Python versions. This may no longer be needed. func doCleanupTasks(_ runType: String) async { // TODO: make this relative to managedsoftwareupdate binary let cleanupdir = "/usr/local/munki/cleanup"