no_old_filesdb.patch 386 B

1234567891011121314
  1. --- yali/util.py~ 2014-06-16 21:18:24.394455789 +0200
  2. +++ yali/util.py 2014-06-16 21:19:17.858453835 +0200
  3. @@ -370,10 +370,6 @@
  4. chroot("/bin/service dbus start")
  5. def stop_dbus():
  6. - filesdb = pisi.db.filesdb.FilesDB()
  7. - if filesdb.is_initialized():
  8. - filesdb.close()
  9. -
  10. # stop dbus
  11. chroot("/bin/service dbus stop")
  12. # kill comar in chroot if any exists