diff --git a/MSOneDrive/MSOneDrive.munki.recipe b/MSOneDrive/MSOneDrive.munki.recipe index 2d8d386..1a859f9 100644 --- a/MSOneDrive/MSOneDrive.munki.recipe +++ b/MSOneDrive/MSOneDrive.munki.recipe @@ -47,6 +47,63 @@ Process + + Processor + FlatPkgUnpacker + Arguments + + destination_path + %RECIPE_CACHE_DIR%/downloads/unpack + flat_pkg_path + %pathname% + + + + Processor + FileFinder + Arguments + + pattern + %RECIPE_CACHE_DIR%/downloads/unpack/OneDrive.pkg + + + + Processor + PkgPayloadUnpacker + Arguments + + destination_path + %RECIPE_CACHE_DIR%/downloads/payload/Applications + pkg_payload_path + %found_filename%/Payload + + + + Processor + Versioner + Arguments + + input_plist_path + %RECIPE_CACHE_DIR%/downloads/payload/Applications/OneDrive.app/Contents/Info.plist + + + + Processor + MunkiInstallsItemsCreator + Arguments + + faux_root + %RECIPE_CACHE_DIR%/downloads/payload + installs_item_paths + + /Applications/OneDrive.app + + + + + Processor + MunkiPkginfoMerger + Processor MunkiImporter