PackageInstaller: Ignore uninstall-error before install

This commit is contained in:
Stephan Aßmus
2014-02-18 23:06:15 +01:00
parent 1835c16d8e
commit 39d7cced9f
+1 -1
View File
@@ -156,7 +156,7 @@ PackageInstall::_Install()
if (err != B_OK) {
fprintf(stderr, "Error uninstalling previously installed "
"package: %s\n", strerror(err));
return P_MSG_I_ERROR;
// Ignore error
}
err = packageInfo.SetTo(info->GetName(), info->GetVersion(), true);