This file is indexed.

/etc/menu-methods/choosewm is in choosewm 0.1.6-3+b2.

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
#!/usr/bin/install-menu
#I need menu-1.4!
#
#NOTE: the first line of this script _must_ be
# equal to "#!/usr/sbin/install-menu", otherwise update-menus
# will feed this script old-compat-mode data.
#
#More info: /usr/doc/menu/html.
#
compat="menu-1"

!include menu.h

supported 
  wm=          $title "=" $command "\n"
endsupported

startmenu=   "\n"
endmenu=     "\n"

submenutitle= "\n"
genmenu=   "windowmanagers"
rootprefix="/var/lib/choosewm/"
userprefix="/.choosewm/windowmanagers"
treewalk="c(m)"
mainmenutitle="Main Menu"