summaryrefslogtreecommitdiffstats
path: root/libkdegames/highscore/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'libkdegames/highscore/INSTALL')
-rw-r--r--libkdegames/highscore/INSTALL12
1 files changed, 0 insertions, 12 deletions
diff --git a/libkdegames/highscore/INSTALL b/libkdegames/highscore/INSTALL
deleted file mode 100644
index 5f9116cf..00000000
--- a/libkdegames/highscore/INSTALL
+++ /dev/null
@@ -1,12 +0,0 @@
-Installation notes for the highscore files ; this is only relevant if you
-configured libtdegames with option --enable-highscore-dir=DIR (usually DIR is
-/var/games) for using system-wide highscore files.
-
-For each game using the highscore system :
-
-- the game executable "mygame" should be installed sgid "games"
-
-- an empty file "mygame.scores" should be created in the directory pointed by
-the configuration option. It should be owned by group "games" with read and
-write permissions and should -not- be world readable (since it can contains
-possibly sensitive information associating username with game usage).