~submarine/ubuntu-scopes/manpages

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Tarmac
  • Author(s): David Callé
  • Date: 2013-03-20 21:37:07 UTC
  • mfrom: (19.1.1 manpages)
  • Revision ID: tarmac-20130320213707-ab6c2oeavh1k70vw
Don't install service icon. It exists in unity-asset-pool.

Approved by PS Jenkins bot, Ken VanDine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
      url='http://launchpad.net/ubuntu-scopes',
17
17
      license='GNU General Public License (GPL)',
18
18
      data_files=[('share/dbus-1/services', ['data/unity-scope-manpages.service']),
19
 
                  ('share/icons/unity-icon-theme/places/svg', ['data/icons/service-manpages.svg']),
20
19
                  ('share/unity-scopes/manpages', ['src/unity_manpages_daemon.py']),
21
20
                  ('share/unity-scopes/manpages', ['src/__init__.py']), ],
22
21
      cmdclass={'build': build_extra.build_extra,