blob: d5e3de85cb168bc364605902e75392516e508745 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
printf "NOTE: To use nextcloud-news-updater.service, add your instance's data directory to the service's ReadWritePaths!\n"
printf "NOTE: nextcloud-news-updater.timer can only be used with 'testrun=true' in /etc/webapps/nextcloud/news/nextcloud-news-updater.ini!\n"
}
post_upgrade() {
post_install
}
|