/usr/share/postgresql/10/extension/pllua.control is in postgresql-10-pllua 1:1.1.0-2.
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 | # pllua extension
default_version = '1.0'
comment = 'Lua as a procedural language'
module_pathname = '$libdir/pllua'
relocatable = false
schema = 'pllua'
|