diff --git a/PVE/AAB.pm b/PVE/AAB.pm index 77410ad..11cd62b 100644 --- a/PVE/AAB.pm +++ b/PVE/AAB.pm @@ -675,6 +675,8 @@ sub clean { unlink $self->{'pacman.conf'}; $self->ve_destroy(); unlink '.veid'; + unlink $self->{veconffile}; + rmtree $self->{pkgcache} if $all; }