summarylogtreecommitdiffstats
path: root/nextcloud-app-notify_push.install
blob: dc0e86258fb2085d61db9394f66b43bc45744e43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
    echo 'Remember to finish the setup for notify_push:'
    echo ''
    echo 'Enable and start the nextcloud-app-notify_push.service'
    echo 'Setup your reverse proxy (see /usr/share/webapps/nextcloud/apps/notify_push/README.md)'
    echo 'Run the setup with `occ notify_push:setup https://your.nextcloud.com/push`.'
}

post_upgrade() {
    echo 'You may want to restart nextcloud-app-notify_push.service'
    echo 'and re-check your setup with `occ notify_push:self-test`'
}