blob: 7cb46267cccb5f37953f2dc111d8b8ff0d957246 (
plain)
1
2
3
4
5
6
7
|
post_install() {
cat <<'MSG'
==> hclient-cli is only for testing. Restart to load the new
==> version; the running session can freeze until you do:
==> systemctl --user restart hclient-cli.service
MSG
}
|