mirror of
https://github.com/munki/munki.git
synced 2026-01-25 16:39:19 -06:00
Add pre and postinstall scripts to Python component package to prevent active Python from being removed during an upgrade
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
# currently does nothing at all
|
||||
exit 0
|
||||
# undo the removal prevention done in preinstall
|
||||
/usr/bin/chflags -fR noschg,nouchg /usr/local/munki/Python.framework/Versions/3.*
|
||||
Reference in New Issue
Block a user