aboutsummaryrefslogtreecommitdiffstats
path: root/community/nextcloud/nextcloud.post-upgrade
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2019-01-14 10:15:20 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-01-14 10:15:57 +0000
commita1550a0f0bef2b771abbfb178ffd76c52fa2568a (patch)
tree031c72d5a3a5fc3d2b720354411011f796b349b6 /community/nextcloud/nextcloud.post-upgrade
parent400633702e3c329b349ae82019e4c6d9936c4f90 (diff)
downloadaports-a1550a0f0bef2b771abbfb178ffd76c52fa2568a.tar.bz2
aports-a1550a0f0bef2b771abbfb178ffd76c52fa2568a.tar.xz
community/nextcloud: upgrade to 15.0.2
App user_external is now available only through the appstore: https://github.com/nextcloud/user_external/commit/05fb0e2f33f11e5ac6aefff80b73b21560cbdf58
Diffstat (limited to 'community/nextcloud/nextcloud.post-upgrade')
-rw-r--r--community/nextcloud/nextcloud.post-upgrade14
1 files changed, 13 insertions, 1 deletions
diff --git a/community/nextcloud/nextcloud.post-upgrade b/community/nextcloud/nextcloud.post-upgrade
index 19813daf4a..01f2002a61 100644
--- a/community/nextcloud/nextcloud.post-upgrade
+++ b/community/nextcloud/nextcloud.post-upgrade
@@ -29,6 +29,18 @@ if [ $(apk version -t "$ver_old" '12.0.0-r2') = '<' ]; then
fi
fi
+if [ $(apk version -t "$ver_old" '15.0.2-r0') = '<' ]; then
+ cat >&2 <<-EOF
+ *
+ * App "user_external" is no longer available via release channel.
+ * You need to uninstall the package and install it via appstore:
+ *
+ * apk del nextcloud-user_external
+ *
+ EOF
+
+fi
+
if [ "${ver_new%-r*}" != "${ver_old%-r*}" ]; then
- echo '* Run "occ upgrade" to finish upgrade of your NextCloud instance!' >&2
+ echo ' * Run "occ upgrade" to finish upgrading your NextCloud instance!' >&2
fi