This file is indexed.

/usr/lib/x86_64-linux-gnu/octave/3.8.1/oct/x86_64-pc-linux-gnu/PKG_ADD is in octave 3.8.1-1ubuntu1.

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
18
19
20
21
22
23
24
25
autoload ("__fltk_maxtime__", "__init_fltk__.oct");
autoload ("__fltk_redraw__", "__init_fltk__.oct");
autoload ("__have_fltk__", "__init_fltk__.oct");
autoload ("gui_mode", "__init_fltk__.oct");
autoload ("mouse_wheel_zoom", "__init_fltk__.oct");
if (__have_fltk__ () && have_window_system ()) register_graphics_toolkit ("fltk"); endif
register_graphics_toolkit ("gnuplot");
autoload ("__magick_finfo__", "__magick_read__.oct");
autoload ("__magick_formats__", "__magick_read__.oct");
autoload ("__magick_ping__", "__magick_read__.oct");
autoload ("__magick_write__", "__magick_read__.oct");
autoload ("csymamd", "ccolamd.oct");
autoload ("chol2inv", "chol.oct");
autoload ("choldelete", "chol.oct");
autoload ("cholinsert", "chol.oct");
autoload ("cholinv", "chol.oct");
autoload ("cholshift", "chol.oct");
autoload ("cholupdate", "chol.oct");
autoload ("etree", "colamd.oct");
autoload ("symamd", "colamd.oct");
autoload ("sprank", "dmperm.oct");
autoload ("qrdelete", "qr.oct");
autoload ("qrinsert", "qr.oct");
autoload ("qrshift", "qr.oct");
autoload ("qrupdate", "qr.oct");