This file is indexed.

/usr/lib/scilab-sivp/loader.sce is in scilab-sivp 0.5.3+svn287-2ubuntu1.

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
// This file is released under the 3-clause BSD license. See COPYING-BSD.
// Generated by builder.sce: Please, do not edit this file

try
 getversion("scilab");
catch
 error("Scilab 5.0 or more is required.");
end;

exec(get_absolute_file_path("loader.sce")+"etc/"+"SIVP.start");