~dobey/ubuntuone-installer/new-logo

« back to all changes in this revision

Viewing changes to ubuntuone/installer/__init__.py

  • Committer: Tarmac
  • Author(s): Rodney Dawes
  • Date: 2012-02-24 19:10:27 UTC
  • mfrom: (27.1.1 fix-939797)
  • Revision ID: tarmac-20120224191027-2qzdq6zk63mqv86k
Only install packages that haven't yet been installed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
from gi.repository import GLib
21
21
 
 
22
CLIENT_SHELL_PACKAGE = 'ubuntuone-client-gnome'
 
23
 
22
24
CONTROL_PANEL_COMMAND = 'ubuntuone-control-panel-qt'
23
25
CONTROL_PANEL_PACKAGE = 'ubuntuone-control-panel-qt'
24
26