summarylogtreecommitdiffstats
path: root/figma-agent.install
diff options
context:
space:
mode:
authorHikari Hayashi2024-01-20 23:28:40 +0800
committerHikari Hayashi2024-01-20 23:30:31 +0800
commitbbda0c376568d6982842e9317542e8a004fa76cc (patch)
treef259c648cd156f75e1004e5df744ff6e62b02394 /figma-agent.install
downloadaur-bbda0c376568d6982842e9317542e8a004fa76cc.tar.gz
Initial commit
Diffstat (limited to 'figma-agent.install')
-rw-r--r--figma-agent.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/figma-agent.install b/figma-agent.install
new file mode 100644
index 000000000000..5c13e54b2751
--- /dev/null
+++ b/figma-agent.install
@@ -0,0 +1,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
+}