summaryrefslogtreecommitdiff
path: root/profiles/starsector.profile
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/starsector.profile')
-rw-r--r--profiles/starsector.profile20
1 files changed, 20 insertions, 0 deletions
diff --git a/profiles/starsector.profile b/profiles/starsector.profile
new file mode 100644
index 0000000..0e0be4b
--- /dev/null
+++ b/profiles/starsector.profile
@@ -0,0 +1,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