summaryrefslogtreecommitdiff
path: root/common/constants.cc
diff options
context:
space:
mode:
Diffstat (limited to 'common/constants.cc')
-rw-r--r--common/constants.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/constants.cc b/common/constants.cc
index 6b1d4160..fc6df37d 100644
--- a/common/constants.cc
+++ b/common/constants.cc
@@ -29,6 +29,8 @@ const char kPrefsSubDirectory[] = "prefs";
const char kStatefulPartition[] = "/mnt/stateful_partition";
+const char kPostinstallDefaultScript[] = "postinst";
+
// Constants defining keys for the persisted state of update engine.
const char kPrefsAttemptInProgress[] = "attempt-in-progress";
const char kPrefsBackoffExpiryTime[] = "backoff-expiry-time";