X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=setup.py;h=1e10f9352b8105a8ed73d1313c0ad89da755d2f6;hb=22ccae765e79ba5df135b21f421b2b4fcd948ad6;hp=1530578f4510c4945767a8e8e45c0ca25a789771;hpb=0e49c9c065759a54b5f497fbc9cd33ba91da056a;p=stockthis diff --git a/setup.py b/setup.py index 1530578..1e10f93 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ inst_dbus = ['stockthis.service'] inst_icon = ['stockthis.png'] inst_icon_sca = ['pixmaps/stockthis.png'] sh_bin = ['stockthis'] +backup_conf = ['stockthis.conf'] data_files = [ ('share/applications/hildon', inst_desktop), @@ -33,6 +34,7 @@ data_files = [ ('share/icons/hicolor/26x26/hildon/', inst_icon), ('share/icons/hicolor/scalable/hildon/', inst_icon_sca), ('share/dbus-1/services', inst_dbus), + ('/etc/osso-backup/applications/', backup_conf), ]