summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMichael Shuler <michael@pbandjelly.org>2013-08-31 10:27:03 -0500
committerMichael Shuler <michael@pbandjelly.org>2013-08-31 10:27:03 -0500
commite9afea48b99f883c8d67fe7575e9fc8cf6e03bcf (patch)
treecf438f00ba6125549f9351a86953d3584a7d26f9 /examples
parent5b90469b3af9cd97e67da4f359d8a17f1f29df9b (diff)
downloadca-certificates-e9afea48b99f883c8d67fe7575e9fc8cf6e03bcf.tar.gz
Capitalize comment
Diffstat (limited to 'examples')
-rw-r--r--examples/ca-certificates-local/debian/postrm2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ca-certificates-local/debian/postrm b/examples/ca-certificates-local/debian/postrm
index 658e655..2a8df55 100644
--- a/examples/ca-certificates-local/debian/postrm
+++ b/examples/ca-certificates-local/debian/postrm
@@ -4,7 +4,7 @@ set -e
case "$1" in
purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
- # recreate the /usr/local/share/ca-certificates directory, since we are
+ # Recreate the /usr/local/share/ca-certificates directory, since we are
# ignoring Debian Policy by intentionally installing here. Removal of
# ca-certificates-local removes this directory if empty.
if [ ! -e /usr/local/share/ca-certificates ]; then