post_install() { echo "Please run this command to start the service:" echo "$ systemctl --user enable --now figma-agent.socket" } post_upgrade() { post_install }