mirror of
https://github.com/munki/munki.git
synced 2026-05-19 12:48:37 -05:00
Move pkg scripts into code/tools/pkgresources
This commit is contained in:
+7
@@ -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"
|
||||
Reference in New Issue
Block a user