mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
6 lines
249 B
Text
6 lines
249 B
Text
post_upgrade() {
|
|
echo "qemu-ga.service was renamed to qemu-guest-agent.service"
|
|
echo "You might want to switch to the new service name:"
|
|
echo "# systemctl disable qemu-ga.service"
|
|
echo "# systemctl enable qemu-guest-agent.service"
|
|
}
|