Always preserve current conffiles while installing new packages.

This commit is contained in:
Juan RP
2011-12-19 11:20:27 +01:00
parent 79fd316f8e
commit c40c40e08e
4 changed files with 62 additions and 58 deletions

View File

@ -135,8 +135,6 @@ xbps_transaction_package_replace(prop_dictionary_t transd)
}
prop_dictionary_set_bool(pkg_repod,
"automatic-install", instd_auto);
prop_dictionary_set_bool(pkg_repod,
"replacing-package", true);
prop_dictionary_set_bool(instd,
"remove-and-purge", true);
}