~brian-murray/apport/test-fix

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Martin Pitt
  • Date: 2009-11-24 12:24:07 UTC
  • Revision ID: martin.pitt@canonical.com-20091124122407-zpc04nnn4t1l1gi7
Add pm-utils hook to record current operation, so that apportcheckresume can check it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
                  ('share/apport', glob('kde/*.ui')), #TODO: use pykdeuic modules
42
42
                  ('share/apport/testsuite/', glob('test/*')),
43
43
                  ('share/doc/apport/', glob('doc/*.txt')),
 
44
                  ('lib/pm-utils/sleep.d/', glob('pm-utils/sleep.d/*'))
44
45
                  ],
45
46
)