~ubuntu-branches/ubuntu/saucy/ssl-cert/saucy-proposed

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Fritsch
  • Date: 2009-11-01 12:14:55 UTC
  • Revision ID: james.westby@ubuntu.com-20091101121455-ahshckmh89eqt2a3
Tags: 1.0.24
* Print error message if debconf fails. Closes: #288045
* Print error message if openssl fails. LP: #132714
* Create group even if user tweaked NAME_REGEX. Closes: #540016
* Update Slovak translation, thanks to helix84@centrum.sk. Closes: #514376
* Fix typo. Closes: #536083 LP: #352157
* Fix lintian warnings:
  - Update copyright file
  - Update to debhelper 7
  - Override postinst-uses-db-input warning
* Remove empty directories on purge.
* Bump standards-version (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
# Create the ssl-cert system group for snakeoil ownership:
6
6
if ! getent group ssl-cert >/dev/null; then
7
 
        addgroup --quiet --system ssl-cert
 
7
        addgroup --quiet --system --force-badname ssl-cert
8
8
fi
9
9
 
10
10
check_vuln_version () {