This file is indexed.

/usr/share/doc/menu/examples/afterstep-joost is in menu 2.1.46.

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
26
27
28
29
30
31
32
33
34
35
#!/usr/bin/install-menu
#I need menu-1!
#
#NOTE: the first line of this script _must_ be
# equal to "#!/usr/bin/install-menu", otherwise update-menus
# will feed this script old-compat-mode data.
#
#More info: /usr/share/doc/menu/html.
#
compat="menu-1"

!include menu.h

compat="menu-2"

function ex($com)=" Exec \""               $title "\" exec " $com "\n";
function mod($var,$com)    =" " $var " \"" $title "\" exec " $com "\n";

supported;
  fvwmmodule= mod("Exec",   $command);
  wm=         mod("Restart",$command);
  x11fvwm=    ex($command);
  x11=        ex($command);
  text=       ex(term());
endsupported;

startmenu=   "PopUp \"" $section "\"\n";
endmenu=     "EndPopUp\n";
submenutitle="  Popup \"" title() cond_surr(icon(),"%","%") "\""
              $section "\n";
genmenu:       "menudefs.hook";
rootprefix:    "/etc/X11/afterstep/";
userprefix:    "/.afterstep/";
input2prefix:  "/etc/X11/afterstep/";
mainmenutitle: "DebianMenu";