github.com/containers/podman/v4@v4.9.4/contrib/pkginstaller/Distribution.in (about)

     1  <?xml version="1.0" encoding="utf-8" standalone="no"?>
     2  <installer-script minSpecVersion="1.000000">
     3      <title>Podman __VERSION__</title>
     4      <background mime-type="image/png" file="banner.png" scaling="proportional"/>
     5      <welcome file="welcome.html" mime-type="text/html" />
     6      <conclusion file="conclusion.html" mime-type="text/html" />
     7      <license file="LICENSE.txt"/>
     8      <options customize="never" hostArchitectures="x86_64,arm64" />
     9      <domains enable_localSystem="true" />
    10      <choices-outline>
    11          <line choice="podman"/>
    12      </choices-outline>
    13      <choice id="podman" title="podman">
    14          <pkg-ref id="podman.pkg"/>
    15      </choice>
    16      <pkg-ref id="podman.pkg">podman.pkg</pkg-ref>
    17  </installer-script>