summarylogtreecommitdiffstats
path: root/arcanefortune.install
diff options
context:
space:
mode:
Diffstat (limited to 'arcanefortune.install')
-rw-r--r--arcanefortune.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/arcanefortune.install b/arcanefortune.install
new file mode 100644
index 000000000000..787a636e97ce
--- /dev/null
+++ b/arcanefortune.install
@@ -0,0 +1,8 @@
+post_upgrade() {
+ echo "You might have delete your ~/.arcanefortune directory to get the new file layout."
+ echo "Of course, you can backup your saves."
+}
+
+post_install() {
+ post_upgrade
+}