post_install() {
	echo "Run systemctl enable --now nextcloud-app-client-push.service"
	echo "Enable the Nextcloud app via 'occ app:enable notify_push'"
	echo "Set up the push server via 'occ notify_push:setup https://cloud.example.com/push'"
	echo "Perform a self check via 'occ notify_push:self-test"
	echo "See /usr/share/doc/nextcloud-app-client-push for README.md and a pacman hook"
}