diff options
Diffstat (limited to 'common/constants.h')
-rw-r--r-- | common/constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/constants.h b/common/constants.h index f9a43c65..25d587bf 100644 --- a/common/constants.h +++ b/common/constants.h @@ -32,6 +32,9 @@ extern const char kPowerwashSafePrefsSubDirectory[]; // The location where we store the AU preferences (state etc). extern const char kPrefsSubDirectory[]; +// Path to the post install command, relative to the partition. +extern const char kPostinstallDefaultScript[]; + // Path to the stateful partition on the root filesystem. extern const char kStatefulPartition[]; |