summarylogtreecommitdiffstats
path: root/gog-crypt-of-the-necrodancer.install
diff options
context:
space:
mode:
author5anya2020-04-21 19:21:54 +0300
committer5anya2020-04-21 19:21:54 +0300
commitc5ecf6ec20d516e624eeb70e091ba7019fbe1847 (patch)
tree7be71771bfa9c8526dbe83ad63c3833484391714 /gog-crypt-of-the-necrodancer.install
parent263ac70d7c915692a7140633aa99d2a47e68b5ff (diff)
downloadaur-c5ecf6ec20d516e624eeb70e091ba7019fbe1847.tar.gz
updated for next upstream version
Diffstat (limited to 'gog-crypt-of-the-necrodancer.install')
-rw-r--r--gog-crypt-of-the-necrodancer.install15
1 files changed, 3 insertions, 12 deletions
diff --git a/gog-crypt-of-the-necrodancer.install b/gog-crypt-of-the-necrodancer.install
index 7c653e44d3f3..744f0da5ccac 100644
--- a/gog-crypt-of-the-necrodancer.install
+++ b/gog-crypt-of-the-necrodancer.install
@@ -1,18 +1,9 @@
post_install() {
- update-desktop-database -q
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
- chmod 777 /opt/gog/crypt-of-the-necrodancer/game/data/played.dat
- chmod 777 /opt/gog/crypt-of-the-necrodancer/game/data/save_data.xml
- chmod 777 /opt/gog/crypt-of-the-necrodancer/game/data/save_data.xml_TEMP
+ 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
echo "==> The save is located in /opt/gog/crypt-of-the-necrodancer/game/data/"
}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}