aur/figma-agent.install
Hikari Hayashi b3376bf97b
0.2.1
2022-11-16 23:26:26 +08:00

8 lines
180 B
Text

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