blob: e3c476fe555f1caabde189106592c0f93acadb04 (
plain)
1
2
3
4
5
|
post_install() {
echo "arRPC is now installed and can be run from the command line via the arrpc command."
echo "Alternatively, you can enable/run the systemd user service for automation."
echo "For example: systemctl enable --user --now arrpc.service"
}
|