Skip to content

Commit

Permalink
don't include 'installs' key for GPGMailLoader.mailbundle
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardkok committed Oct 24, 2018
1 parent 4459605 commit 44bcc41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 29 deletions.
29 changes: 1 addition & 28 deletions GPGTools/GPGSuite.munki.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
<string>Utilities</string>
<key>NAME</key>
<string>GPGSuite</string>
<key>OS_VERSION</key>
<string>10.13</string>
<key>pkginfo</key>
<dict>
<key>catalogs</key>
Expand All @@ -33,9 +31,7 @@
<key>name</key>
<string>%NAME%</string>
<key>minimum_os_version</key>
<string>%OS_VERSION%.0</string>
<key>maximum_os_version</key>
<string>%OS_VERSION%.99</string>
<string>10.12</string>
<key>blocking_applications</key>
<array>
<string>Mail</string>
Expand Down Expand Up @@ -87,28 +83,6 @@
<key>Processor</key>
<string>Copier</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
<key>pkg_payload_path</key>
<string>%RECIPE_CACHE_DIR%/unpack/GPGMailLoader_Core.pkg/Payload</string>
<key>destination_path</key>
<string>%RECIPE_CACHE_DIR%/unpack</string>
</dict>
<key>Processor</key>
<string>PkgPayloadUnpacker</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
<key>destination_path</key>
<string>%RECIPE_CACHE_DIR%/unpack/Library/Mail/Bundles</string>
<key>source_path</key>
<string>%RECIPE_CACHE_DIR%/unpack/private/tmp/org.gpgtools/gpgmailloader_install</string>
</dict>
<key>Processor</key>
<string>Copier</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
Expand All @@ -117,7 +91,6 @@
<key>installs_item_paths</key>
<array>
<string>/Library/Application Support/GPGTools/GPGSuite_Updater.app</string>
<string>/Library/Mail/Bundles/GPGMailLoader.mailbundle</string>
</array>
<key>version_comparison_key</key>
<string>CFBundleVersion</string>
Expand Down
2 changes: 1 addition & 1 deletion GPGTools/GPGSuiteUniversal.munki.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<key>name</key>
<string>%NAME%</string>
<key>minimum_os_version</key>
<string>10.9</string>
<string>10.12</string>
<key>blocking_applications</key>
<array>
<string>Mail</string>
Expand Down

0 comments on commit 44bcc41

Please sign in to comment.