aur/figma-agent.install
2024-01-20 23:30:31 +08:00

8 lines
178 B
Text

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