X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fpostinst;h=ddf9452be9759e7f27e7cf1ac405a039ef9d8198;hb=b259b74275981c9dacc88dcd3f8eda04b032081f;hp=a2a508b32aeb7d9342e6ca00adae34e72e6becca;hpb=64a8f6ec201398791a94a78edff794225edfc684;p=pve-qemu-kvm.git diff --git a/debian/postinst b/debian/postinst index a2a508b..ddf9452 100755 --- a/debian/postinst +++ b/debian/postinst @@ -7,8 +7,10 @@ case "$1" in configure) # remove stale /etc/qemu (files are in /etc/kvm) + # file is now in /usr/share/kvm/cpus-x86_64.conf rm -f /etc/qemu/target-x86_64.conf if test -d /etc/qemu; then rmdir /etc/qemu; fi + rm -f /etc/kvm/target-x86_64.conf # There are three sub-cases: if test "${2+set}" != set; then