12 lines
376 B
Plaintext
12 lines
376 B
Plaintext
<pkg-info
|
|
<% if !attributes[:osxpkg_postinstall_action].nil? -%>postinstall-action="<%= attributes[:osxpkg_postinstall_action] %>"<% end -%>
|
|
>
|
|
<% if !attributes[:osxpkg_dont_obsolete].nil? -%>
|
|
<dont-obsolete>
|
|
<% attributes[:osxpkg_dont_obsolete].each do |filepath| -%>
|
|
<file path="<%= filepath %>"/>
|
|
<% end -%>
|
|
</dont-obsolete>
|
|
<% end -%>
|
|
</pkg-info>
|