This file is indexed.

/usr/share/octave/packages/secs2d-0.0.8/PKG_DEL is in octave-secs2d 0.0.8-5.

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
# Run this only if the package is installed
if (! exist (fullfile (fileparts (mfilename ("fullpath")), "inst"), "dir"))
dirlist= {"Utilities","DDGOX","ThDDGOX","QDDGOX","METLINES","DDGOXT"};

for ii=1:length(dirlist)
rmpath ( [ fileparts( mfilename("fullpath")) "/" dirlist{ii}])
end
end