/usr/share/games/enigma/levels/index.lua is in enigma-data 1.20-dfsg.1-2.1build1.
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 | -- Obsolete index.lua
-- Do not add index.txt entries!
-- This file is just kept for compatibility reasons and to convert user
-- levelpacks. It is subject to be delete in a future release!
-- add test level pack (usually containing levels created by the user)
enigma.AddLevelPack( "levels/index_user.txt", "User Levels")
enigma.AddLevelPack( "levels/+index_user.txt", "Arch friendly User Levels")
|