summarylogtreecommitdiffstats
path: root/qemu-guest-agent.install
diff options
context:
space:
mode:
authorFrederic Bezies2020-12-10 19:37:46 +0100
committerFrederic Bezies2020-12-10 19:37:46 +0100
commitd94695fea345474efdacd4f1cc9c5686daa8ff73 (patch)
tree4863cee6bc0c056eeb9ec105d904271b4e55dab1 /qemu-guest-agent.install
parent79be07354567a0666e57e8735b20613998750fdc (diff)
downloadaur-d94695fea345474efdacd4f1cc9c5686daa8ff73.tar.gz
December 10th, 2020 update
Diffstat (limited to 'qemu-guest-agent.install')
-rw-r--r--qemu-guest-agent.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/qemu-guest-agent.install b/qemu-guest-agent.install
new file mode 100644
index 000000000000..0928e0bb8498
--- /dev/null
+++ b/qemu-guest-agent.install
@@ -0,0 +1,6 @@
+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"
+}