Warning, /games/libkdegames/src/highscore/INSTALL is written in an unsupported language. File is not indexed.

0001 Installation notes for the highscore files ; this is only relevant if you
0002 configured libkdegames with option --enable-highscore-dir=DIR (usually DIR is
0003 /var/games) for using system-wide highscore files.
0004 
0005 For each game using the highscore system :
0006 
0007 - the game executable "mygame" should be installed sgid "games"
0008 
0009 - an empty file "mygame.scores" should be created in the directory pointed by
0010 the configuration option. It should be owned by group "games" with read and
0011 write permissions and should -not- be world readable (since it can contains
0012 possibly sensitive information associating username with game usage).