summaryrefslogtreecommitdiff
path: root/postinst
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2016-06-09 18:09:43 -0700
committerAlex Deymo <deymo@google.com>2016-06-09 18:10:02 -0700
commitd51ad4d83dc5a6a201e07914401f147151ab6a38 (patch)
tree180dfa51a7cd27694203deaa6c7162cbbc618a0c /postinst
parent86bebf8ff08a2573ad505b93376b7fb15a3b1a56 (diff)
downloadextras-d51ad4d83dc5a6a201e07914401f147151ab6a38.tar.gz
postinst: Update comment to match implementation example.
"set_progress" should be "global_progress" in the documentation as the example shows. Bug: 29223204 TEST=None Change-Id: I01b2abb2ba500941e591515217533150ef05dd97
Diffstat (limited to 'postinst')
-rw-r--r--postinst/postinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/postinst/postinst.sh b/postinst/postinst.sh
index 5ab2021a..5bbcf9cd 100644
--- a/postinst/postinst.sh
+++ b/postinst/postinst.sh
@@ -53,7 +53,7 @@ status_fd="$2"
my_dir=$(dirname "$0")
# We can notify the updater of the progress of our program by writing to the
-# status file descriptor "set_progress <frac>\n".
+# status file descriptor "global_progress <frac>\n".
print -u${status_fd} "global_progress 0"
echo "The output of this program will show up in the logs." >&2