aur/figma-agent.install
Hikari Hayashi 62cea48d71 0.4.3
2025-11-09 16:06:38 +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
}