~ubuntu-branches/ubuntu/trusty/ca-certificates-java/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-10-21 22:00:53 UTC
  • mfrom: (3.1.6 karmic)
  • Revision ID: james.westby@ubuntu.com-20091021220053-pxjbmezme3dqi94i
Tags: 20091021
Clarify output for keytool errors (although it shouldnn't be
necessary anymore). Closes: #540490.

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
                      echo "  added certificate $pem"
64
64
                  elif grep -q 'Signature not available' $log; then
65
65
                      echo "  ignored import, signature not available: ${line#+*}"
66
 
                      cat $log
 
66
                      sed -e 's/^/   -> /' $log
67
67
                  else
68
68
                      echo >&2 "  error adding ${line#+*}"
69
69
                      errors=$(expr $errors + 1)