xbps-bin: move (auto)remove code into its own file, use xbps_noyes().
--HG-- extra : convert_revision : 20398840d20154d90c7457b7318c651c513c1f72
This commit is contained in:
@@ -172,12 +172,11 @@ xbps_install_pkg(const char *pkg, bool update)
|
||||
printf(" ");
|
||||
first = true;
|
||||
}
|
||||
printf("%s-%s ", pkgname, version);
|
||||
} else {
|
||||
printf("\n ");
|
||||
cols = strlen(pkgname) + strlen(version) + 4;
|
||||
printf("%s-%s ", pkgname, version);
|
||||
}
|
||||
printf("%s-%s ", pkgname, version);
|
||||
}
|
||||
prop_object_iterator_reset(iter);
|
||||
printf("\n\n");
|
||||
|
||||
Reference in New Issue
Block a user