This file is indexed.

/usr/share/doc/berkeley-express/README.Debian is in berkeley-express 1.5.1-1.

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
express for Debian
------------------

Name conflict between express and node-express-generator
========================================================

Express is a very generic name and the binary /usr/bin/express is even
taken in the package node-express-generator.  So we need to rename the
express binary due to this conflict and in Debian you can find the
binary unter

     /usr/bin/berkeley-express

In case the original name express is used in some of your scripts and
you want to use this original name just do the following:  Set the PATH
variable like

  export PATH=/usr/lib/debian-med/bin:$PATH

since the original name is kept inside the Debian Med name space.

If a user creates a file

    ${HOME}/.blends

with the content

# Add Blend names here which should prepend its bin dir to PATH
debian-med

the med-config package automatically adds this PATH to the users
environment (when using bash).


 -- Andreas Tille <tille@debian.org>  Thu, 27 Aug 2015 08:43:07 +0200