This file is indexed.

/usr/share/licq/cmake/LicqPaths.cmake is in licq 1.8.1-2build1.

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
# This file contains the installation paths used by the daemon. It is also used
# by plugins when configured to build using the installed headers.

set(Licq_INCLUDE_DIR "/usr/include" CACHE PATH "Licq include directory")
set(Licq_LOCALE_DIR "/usr/share/locale" CACHE PATH "Licq locale directory")
set(Licq_PLUGIN_DIR "/usr/lib/licq" CACHE PATH "Licq plugin directory")
set(Licq_SHARE_DIR "/usr/share/licq" CACHE PATH "Licq share directory")

mark_as_advanced(Licq_LOCALE_DIR)
mark_as_advanced(Licq_PLUGIN_DIR)
mark_as_advanced(Licq_SHARE_DIR)