aur/figma-agent.install
Hikari Hayashi 351fe15dfd
0.2.4
2023-01-22 21:54:37 +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
}