blob: 02b707383652083ecd72f1978978f92f576022c8 (
plain)
1
2
3
4
|
post_install() {
echo "virt-v2v expects rhsrvany.exe to be in /usr/share/virt-tools/; if installing the optdepends mingw-w64-rhsrvany, please make a symlink in that directory"
echo "virt-v2v expects virtio-win.iso to be in /usr/share/virto-win/; if installing the optdepends virtio-win, please make a symlink in that directory"
}
|