This file is indexed.

/usr/share/kconf_update/kile1.9_upd.pl is in kile 4:2.9.91-4.

This file is owned by root:root, with mode 0o755.

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
#!/usr/bin/perl

# tbraun 14.12.2005

# add Kbibtex as ViewBib tool
print <<EOT;
[Tool/ViewBib/KBibTex]
type=Process
class=ViewBib
command=kbibtex
options='%source'
from=bib
to=bib

[Tool/ViewBib/KBibTex (embedded)]
type=Part
class=ViewBib
libName=libkbibtexpart
className=KBibTeXPart
liboptions='%source'
state=Viewer
from=bib
to=bib
EOT