summarylogtreecommitdiffstats
path: root/pulse-remote-git.install
blob: ea58c1f602ba73aa5936df7d155dc7cb9d29ce88 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	echo "==> pulse-remote runs as a user service (not system-wide)"
	echo "==> Enable and start: systemctl --user enable --now pulse-remote.service"
	echo "==> Web UI: http://localhost:8448"
}

post_upgrade() {
	echo "==> pulse-remote has been updated"
	echo "==> If the service is running, restart it to use the new version:"
	echo "==> systemctl --user restart pulse-remote.service"
}