seafile-pro-server: post install instructions

This commit is contained in:
Anton Bolshakov 2022-04-10 20:56:26 +08:00
parent 20e1886aad
commit c0a51ec638
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -47,3 +47,8 @@ src_prepare() {
sed -e "s|1.14.0|1.15.0|" -i seahub/thirdpart/cffi/__init__.py || die "sed failed"
eapply_user
}
pkg_postinst() {
einfo "follow the official documentation:"
einfo "https://manual.seafile.com/deploy_pro/download_and_setup_seafile_professional_server/"
}