~ubuntu-core-dev/unattended-upgrades/ubuntu

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Michael Vogt
  • Date: 2010-08-02 09:04:20 UTC
  • mfrom: (136 ubuntu)
  • mto: This revision was merged to the branch mainline in revision 139.
  • Revision ID: michael.vogt@ubuntu.com-20100802090420-b1vaha9f359q9vto
mergedĀ fromĀ ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
                  ('../etc/logrotate.d/',
15
15
                   ["data/logrotate.d/unattended-upgrades"]),
16
16
                  ('../usr/share/unattended-upgrades/',
17
 
                   ["data/20auto-upgrades"]),
 
17
                   ["data/20auto-upgrades",
 
18
                    "unattended-upgrade-shutdown"]),
18
19
                  ('../usr/share/man/man8/',
19
20
                   ["man/unattended-upgrade.8"]),
 
21
                  ('../etc/pm/sleep.d/',
 
22
                   ["pm/sleep.d/10_unattended-upgrades-hibernate"])
20
23
                  ],
21
24
      cmdclass = { "build" : build_extra.build_extra,
22
25
                   "build_i18n" :  build_i18n.build_i18n }