PKGBUILDs/extra/qemu/qemu-guest-agent.install

7 lines
249 B
Plaintext
Raw Normal View History

2020-11-08 20:05:46 +00:00
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"
}