summarylogtreecommitdiffstats
path: root/spice-guest-tools-windows.install
blob: d56015b65b8dd74b2f06ca6264401f18a6da6c8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- mode: shell-script; indent-tabs-mode: nil; -*-

post_install() {
  cat <<EOF
>>> The Windows drivers and agent are installed as a disk image.

>>> Mount /usr/share/spice-guest-tools/spice-guest-tools.iso
>>> in your virtual machine in order to install it.
EOF
}

post_upgrade() {
  post_install
}