Don't do any attempted cleanup of the Python framework so that Munki-driven updates of Munki don't crash mid-upgrade

This commit is contained in:
Greg Neagle
2020-09-15 14:54:37 -07:00
parent b9f9fffccc
commit aa66b4cda5

View File

@@ -1,6 +1,4 @@
#!/bin/sh
# removes old versions when installing/upgrading the Python framework.
# will need to be updated if/when we move to Python 3.9
/bin/rm -rf "$3/usr/local/munki/Python.framework/Versions/3.7"
# currently does nothing at all
exit 0