mirror of
https://github.com/munki/munki.git
synced 2026-05-22 22:28:38 -05:00
Copy optional key precache (#879)
Needed to not delete precache OnDemand items after installation
This commit is contained in:
@@ -487,7 +487,8 @@ def process_install(manifestitem, cataloglist, installinfo,
|
||||
'icon_name',
|
||||
'PayloadIdentifier',
|
||||
'icon_hash',
|
||||
'OnDemand']
|
||||
'OnDemand',
|
||||
'precache']
|
||||
|
||||
if (is_optional_install and
|
||||
not installationstate.some_version_installed(item_pl)):
|
||||
|
||||
Reference in New Issue
Block a user