summarylogtreecommitdiffstats
path: root/infra-arcana.install
diff options
context:
space:
mode:
Diffstat (limited to 'infra-arcana.install')
-rw-r--r--infra-arcana.install4
1 files changed, 1 insertions, 3 deletions
diff --git a/infra-arcana.install b/infra-arcana.install
index fd4411f891e1..dc4dec973fc5 100644
--- a/infra-arcana.install
+++ b/infra-arcana.install
@@ -1,8 +1,6 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
echo 'Installed. Run infra-arcana to launch.'
- echo 'You will have to be a member of the games group to be able to save'
- echo 'Saved games and other game data are located in /var/lib/infra-arcana/data'
}
post_upgrade() {
@@ -10,7 +8,7 @@ post_upgrade() {
}
post_remove() {
- echo 'To remove application data such as saved games, delete /var/lib/infra-arcana'
+ echo 'To remove application data such as saved games, delete ~/.local/share/infra_arcana'
}
# vim:set ts=2 sw=2 et: