X-Git-Url: http://git.maemo.org/git/?p=theonering;a=blobdiff_plain;f=support%2Fbuilddeb.py;h=589e9b3884d89fa9aabcc1b429383de631567566;hp=133446e07a5fbb75e6a5ed097e8bcd82b57392cd;hb=2ae1b84f540554bcbe033c85d092c239a6fefef0;hpb=02a126316c2b761233aed2d194e61074fc69620b diff --git a/support/builddeb.py b/support/builddeb.py index 133446e..589e9b3 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -113,6 +113,7 @@ def build_package(distribution): p["/usr/share/mission-control/profiles"] = ["theonering.profile.%s|theonering.profile"% distribution] elif distribution in ("diablo", "fremantle", "mer"): p["/usr/share/osso-rtcom"] = ["theonering.profile.%s|theonering.profile"% distribution] + p["/usr/lib/telepathy"] = ["telepathy-theonering"] p["/usr/share/telepathy/managers"] = ["theonering.manager"] p["/usr/share/icons/hicolor/26x26/hildon"] = ["26x26-theonering.png|theonering.png"] p["/usr/share/icons/hicolor/64x64/hildon"] = ["64x64-theonering.png|theonering.png"]