settings saved with backup, and bugfixed 6077
[stockthis] / setup.py
index 1530578..1e10f93 100644 (file)
--- 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),
 ]