blob: 7921296f36fef3d2df379168ce3215261f249071 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# This file is overwritten after every install/update
# Persistent local customizations
include legend-of-grimrock.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.local/share/Almost Human
noblacklist ${HOME}/.local/share/Almost Human/Legend of Grimrock
mkdir ${HOME}/.local/share/Almost Human
mkdir ${HOME}/.local/share/Almost Human/Legend of Grimrock
whitelist ${HOME}/.local/share/Almost Human/Legend of Grimrock
whitelist ${HOME}/games/Legend of Grimrock
read-only ${HOME}/games/Legend of Grimrock
ignore memory-deny-write-execute
include generic-game.inc
|