summarylogtreecommitdiffstats
path: root/etterna-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'etterna-git.install')
-rw-r--r--etterna-git.install7
1 files changed, 5 insertions, 2 deletions
diff --git a/etterna-git.install b/etterna-git.install
index 219cdda1ec4b..ecf11380b2df 100644
--- a/etterna-git.install
+++ b/etterna-git.install
@@ -1,11 +1,14 @@
function post_install {
desktop-file-install "/usr/share/applications/etterna.desktop"
- chmod 777 -R /opt/etterna
+
+ chmod 777 -R /opt/etterna-git
+ chown -R nobody:nobody /opt/etterna-git
+
echo "All user data is stored in your home directory."
echo "However, you should still keep a backup of the data in /opt/etterna if you reinstall/remove Etterna!"
}
-function post_upgrade {
+function post_upgrade {s
post_install
}