summaryrefslogtreecommitdiff
path: root/community-testing/stone-soup/stone-soup.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/stone-soup/stone-soup.install')
-rw-r--r--community-testing/stone-soup/stone-soup.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/community-testing/stone-soup/stone-soup.install b/community-testing/stone-soup/stone-soup.install
new file mode 100644
index 000000000..2320123e2
--- /dev/null
+++ b/community-testing/stone-soup/stone-soup.install
@@ -0,0 +1,11 @@
+post_upgrade() {
+
+ # return if old pkgver >= 0.9.0-2
+ [[ $(vercmp $2 0.9.0-2) -ge 0 ]] && return
+
+ echo "---------------------------------------------------------------------
+ stone-soup saves have moved to ~/.crawl.
+ If you want to keep your old saves, move ~/.stone-soup to
+ ~/.crawl.
+---------------------------------------------------------------------"
+}