This file is indexed.

/usr/lib/x86_64-linux-gnu/octave/packages/octcdf-1.1.7/x86_64-pc-linux-gnu-api-v49+/PKG_ADD is in octave-octcdf 1.1.7-2.

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
autoload ("ncclose", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncredef", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncenddef", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncsync", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncvar", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncatt", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncdim", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncname", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncdatatype", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncautonan", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncautoscale", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));
autoload ("ncisrecord", fullfile (fileparts (mfilename ("fullpath")), "netcdf.oct"));