mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
8 lines
169 B
Text
8 lines
169 B
Text
post_install() {
|
|
echo "Please run this command to start the service:"
|
|
echo "$ systemctl --user enable --now figma-agent.socket"
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|