blob: 08dbcde90b2ee8e1c8b7eb3589537ca642627654 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# This file is overwritten after every install/update
# Persistent local customizations
include openxcom.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.config/openxcom
noblacklist ${HOME}/.local/share/openxcom
mkdir ${HOME}/.config/openxcom
mkdir ${HOME}/.local/share/openxcom
whitelist ${HOME}/.config/openxcom
whitelist ${HOME}/.local/share/openxcom
include generic-game.inc
|