Fixed part that cleans up files from a replaced package

This commit is contained in:
2016-10-31 13:53:18 -05:00
parent db84b56b51
commit 388430ed37
9 changed files with 4 additions and 5 deletions

View File

@@ -540,8 +540,7 @@ sub install {
if ( $file ){
$filenum++;
# print STDOUT "\e[?16;0;200c\033[K"
# . "$file\r";
print STDOUT "\e[K$file\r";
}
@@ -584,7 +583,7 @@ sub install {
############################################
if ( -f "$manifest.tmp" ){
my $listdata = list( $package );
my $listdata = list( $pkgfile );
open( TMPMANIFEST, "<$manifest.tmp" ) || do{
$result{'status'} = 1;