mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
8 lines
180 B
Text
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
|
|
}
|