blob: 851aadb7767d18bfa6d5627c85c05d50cdc6acc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# This file is overwritten after every install/update
# Persistent local customizations
include xenonauts.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.local/share/Goldhawk Interactive
mkdir ${HOME}/.local/share/Goldhawk Interactive
whitelist ${HOME}/.local/share/Goldhawk Interactive
whitelist ${HOME}/games/Xenonauts
read-only ${HOME}/games/Xenonauts
include generic-game.inc
|