aur/figma-agent.install
Hikari Hayashi 06e0a65fba 0.4.3
2025-11-09 16:08:40 +08:00

8 lines
169 B
Text

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