~ubuntu-branches/ubuntu/raring/hal/raring

« back to all changes in this revision

Viewing changes to debian/hal.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-02-07 22:59:07 UTC
  • mfrom: (1.1.21 sid)
  • Revision ID: james.westby@ubuntu.com-20110207225907-5mwhv4k2kjkgk4m5
Tags: 0.5.14-5
* Upload to unstable.
* Bump debhelper compatibility level to 8 and update build dependency
  accordingly.
* Remove pre-lenny migration code from maintainer scripts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
            --gecos "Hardware abstraction layer" \
43
43
            --group haldaemon
44
44
 
 
45
    addgroup --system --quiet plugdev || true
 
46
    addgroup --system --quiet powerdev || true
 
47
 
45
48
    # Update haldaemon home directory
46
49
    if dpkg --compare-versions "$2" lt-nl "0.5.12~git20090406.46dc48-1"; then
47
50
      usermod --home /var/run/hald haldaemon || true