summarylogtreecommitdiffstats
path: root/infra-arcana.install
diff options
context:
space:
mode:
Diffstat (limited to 'infra-arcana.install')
-rw-r--r--infra-arcana.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/infra-arcana.install b/infra-arcana.install
new file mode 100644
index 000000000000..abe5df3c9a5b
--- /dev/null
+++ b/infra-arcana.install
@@ -0,0 +1,12 @@
+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() {
+ post_install "$1"
+}
+
+# vim:set ts=2 sw=2 et: