diff options
Diffstat (limited to 'common/constants.cc')
-rw-r--r-- | common/constants.cc | 2 |
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"; |