This file is indexed.

/usr/share/wixl-0.95/include/win-iconv.wxi is in wixl 0.95-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
  <Fragment>
    <DirectoryRef Id="INSTALLDIR">
      <Directory Id="dir7F336A2C4B5DA9E2D6A824B7A9A79979" Name="bin">
        <Component Win64="$(var.Win64)" Id="cmp3807A1C7915A2A7EFF8C88382DB67C3C" Guid="*">
          <File Id="fil0B4ECF3732A0BB456B9212EECD25CF37" KeyPath="yes" Source="$(var.SourceDir)/bin/iconv.dll"/>
        </Component>
      </Directory>
    </DirectoryRef>
  </Fragment>
  <Fragment>
    <ComponentGroup Id="CG.win-iconv">
      <ComponentRef Id="cmp3807A1C7915A2A7EFF8C88382DB67C3C"/>
    </ComponentGroup>
  </Fragment>
</Include>