
post_install() {
    cat << EOF
==> This package provides a systemd *user* service.

To enable it:
  systemctl --user enable --now jolt.service

To start it manually without enabling on login:
  systemctl --user start jolt.service
EOF
}

post_upgrade() {
    post_install
}
