aports/community/nextcloud33/nextcloud33.post-install
Leonardo Arena 3ae222d730 community/nextcloud33: new aport
add simple test, enable checks
2026-02-23 08:18:13 +00:00

12 lines
491 B
Bash

#!/bin/sh
# this package could be installed as consequence of an upgrade
echo
echo ' * If you are upgrading to a versioned package (starts at v29.0.4-r1),' >&2
echo ' please do the following:' >&2
echo
echo ' * Run "apk upgrade -a" a second time to complete the upgrade of all' >&2
echo ' nextcloud packages' >&2
echo ' * Run "occ upgrade" to finish upgrading your Nextcloud instance' >&2
echo ' * NOTE: since v29.0.4-r1 "occ" command is now in package "nextcloudNN-occ"' >&2
echo