diff options
Diffstat (limited to 'community-testing/stone-soup/stone-soup.install')
-rw-r--r-- | community-testing/stone-soup/stone-soup.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/community-testing/stone-soup/stone-soup.install b/community-testing/stone-soup/stone-soup.install deleted file mode 100644 index 2320123e2..000000000 --- a/community-testing/stone-soup/stone-soup.install +++ /dev/null @@ -1,11 +0,0 @@ -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. ----------------------------------------------------------------------" -} |