summarylogtreecommitdiffstats
path: root/nextcloud-news-updater.install
diff options
context:
space:
mode:
authorDavid Runge2017-10-25 00:54:43 +0200
committerDavid Runge2017-10-25 00:54:43 +0200
commitb8e17300c9e9bdd6b3b70bec28de04ab1074937f (patch)
tree1a307db9aacff8cc8beaf27f844b2b72313d46a7 /nextcloud-news-updater.install
parent086b5d3cc4575f59e788aa480ab78e13d5c3e1d1 (diff)
downloadaur-b8e17300c9e9bdd6b3b70bec28de04ab1074937f.tar.gz
PKGBUILD: Moving setuptools build to build(). Renaming source tar so its name won't clash. Only doing setuptools install in package(). nextcloud-news-updater.install: Only leaving the note about timer unit correlation with testrun setting in configuration.
Diffstat (limited to 'nextcloud-news-updater.install')
-rw-r--r--nextcloud-news-updater.install13
1 files changed, 1 insertions, 12 deletions
diff --git a/nextcloud-news-updater.install b/nextcloud-news-updater.install
index b4c502ee86d4..fae24a542ecf 100644
--- a/nextcloud-news-updater.install
+++ b/nextcloud-news-updater.install
@@ -1,15 +1,4 @@
post_install() {
- echo "Please edit your config in /etc/webapps/nextcloud/news/nextcloud-news-updater.ini"
- echo "Follow instructions on how to setup your Nextcloud instance here: https://github.com/nextcloud/news-updater"
- echo "To enable/ start the service, run:"
- echo " systemctl enable nextcloud-news-updater.service"
- echo " systemctl start nextcloud-news-updater.service"
- echo "Reload after configuration changes:"
- echo " systemctl restart nextcloud-news-updater.service"
- echo ""
- echo "Note: Only use the nextcloud-news-updater.timer, if you have set testrun=true in your config!"
- echo "To then enable/start it, run:"
- echo " systemctl enable nextcloud-news-updater.timer"
- echo " systemctl start nextcloud-news-updater.timer"
+ echo "Note: Only use the nextcloud-news-updater.timer, if you have set testrun=true in your configuration!"
}