summarylogtreecommitdiffstats
path: root/gog-crypt-of-the-necrodancer.install
diff options
context:
space:
mode:
author5anya2020-04-21 21:45:52 +0300
committer5anya2020-04-21 21:45:52 +0300
commit2290596eae0213812031d4228d3d9137e1740049 (patch)
tree3cb99c5a2fc9ca2f284ecf8709dfcd98cad0c067 /gog-crypt-of-the-necrodancer.install
parenta5cc869f335e490d37cc07c104c80e075dfe5710 (diff)
downloadaur-2290596eae0213812031d4228d3d9137e1740049.tar.gz
fixed nonexistent directories at install
Diffstat (limited to 'gog-crypt-of-the-necrodancer.install')
-rw-r--r--gog-crypt-of-the-necrodancer.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/gog-crypt-of-the-necrodancer.install b/gog-crypt-of-the-necrodancer.install
index 8de5df7a67c0..4e2c18d32a96 100644
--- a/gog-crypt-of-the-necrodancer.install
+++ b/gog-crypt-of-the-necrodancer.install
@@ -2,6 +2,8 @@ post_install() {
touch /opt/gog/crypt-of-the-necrodancer/game/data/played.dat
touch /opt/gog/crypt-of-the-necrodancer/game/data/save_data.xml
touch /opt/gog/crypt-of-the-necrodancer/game/data/save_data.xml_TEMP
+ mkdir /opt/gog/crypt-of-the-necrodancer/game/replays/
+ mkdir /opt/gog/crypt-of-the-necrodancer/game/logs/
chmod 666 /opt/gog/crypt-of-the-necrodancer/game/data/played.dat
chmod 666 /opt/gog/crypt-of-the-necrodancer/game/data/save_data.xml
chmod 666 /opt/gog/crypt-of-the-necrodancer/game/data/save_data.xml_TEMP