commit | 4c1eed25738e2529ad5f785ca7eff29fa6d4ff4d | [log] [tgz] |
---|---|---|
author | Koushik K. Dutta <koushd@gmail.com> | Thu Feb 11 18:59:58 2010 -0800 |
committer | Koushik K. Dutta <koushd@gmail.com> | Thu Feb 11 18:59:58 2010 -0800 |
tree | 70eef2520b10baf46205d6e1e3336cc0acaea4cd | |
parent | 0d4ff2fcc6162c5996cca39349662d378c7c26c3 [diff] [blame] |
Initial reintegration of legacy update process that used update-script
diff --git a/install.h b/install.h index a7ebc09..42c1444 100644 --- a/install.h +++ b/install.h
@@ -19,7 +19,7 @@ #include "common.h" -enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT }; +enum { INSTALL_SUCCESS, INSTALL_ERROR, INSTALL_CORRUPT, INSTALL_UPDATE_BINARY_MISSING }; int install_package(const char *root_path); #endif // RECOVERY_INSTALL_H_