summaryrefslogtreecommitdiff
path: root/profiles/starsector.profile
blob: 0e0be4bef593184f353cef5dde94db63d56ffa77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This file is overwritten after every install/update
# Persistent local customizations
include starsector.local
# Persistent global definitions
include globals.local

# Starsector requires both bash and sh
ignore blacklist ${PATH}/bash
ignore blacklist ${PATH}/sh

# # Starsector needs the ? folder to store data
# # But mkdir refuses to create it citing invalid characters
#mkdir ${HOME}/games/Starsector/?
whitelist ${HOME}/games/Starsector
read-only ${HOME}/games/Starsector
read-write ${HOME}/games/Starsector/?
read-write ${HOME}/games/Starsector/saves
read-write ${HOME}/games/Starsector/screenshots

include generic-java-game.inc