~ubuntu-branches/ubuntu/quantal/hal/quantal

« back to all changes in this revision

Viewing changes to debian/hal.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2009-09-15 03:31:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090915033100-xd0705s7aa36ekmy
Tags: 0.5.13-1ubuntu3
FFE LP: #427356.

* Replace init script with Upstart job.
* debian/control:
  - Bump build-dependency on debhelper for Upstart-aware dh_installinit

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
  triggered)
57
57
    echo "Regenerating hal fdi cache ..."
58
58
    rm -f /var/cache/hald/fdi-cache
59
 
    invoke-rc.d hal restart || true
 
59
    restart hal || :
60
60
    exit 0
61
61
  ;;
62
62
  *)