summarylogtreecommitdiffstats
path: root/figma-agent.install
blob: 5c13e54b27516bb20a3b6e18cdbf4b60dab0392b (plain)
1
2
3
4
5
6
7
8
post_install() {
  echo "Please run this command manually to enable the socket:"
  echo "$ systemctl --user enable --now figma-agent.socket"
}

post_upgrade() {
  post_install
}