Move pkg scripts into code/tools/pkgresources

This commit is contained in:
Greg Neagle
2020-08-22 15:33:38 -07:00
parent 48e457c33d
commit 03c822ece2
7 changed files with 4 additions and 4 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/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"
/bin/rm -f "$3/usr/local/munki/python"