summarylogtreecommitdiffstats
path: root/stone-soup-yiuf.install
diff options
context:
space:
mode:
Diffstat (limited to 'stone-soup-yiuf.install')
-rw-r--r--stone-soup-yiuf.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/stone-soup-yiuf.install b/stone-soup-yiuf.install
new file mode 100644
index 000000000000..1d789c3a39cd
--- /dev/null
+++ b/stone-soup-yiuf.install
@@ -0,0 +1,11 @@
+post_upgrade() {
+
+ # return if old pkgver >= 0.9.0-2
+ [[ $(vercmp $2 1.3-1) -le 0 ]] && return
+
+ echo "---------------------------------------------------------------------
+ stone-soup-yiuf saves have moved to ~/.yiufcrawl.
+ If you want to keep your old saves, move ~/.crawl-yiuf to
+ ~/.yiufcrawl.
+---------------------------------------------------------------------"
+} \ No newline at end of file