From 19a2e08b4ec6926a6dcebd751dc7f6db2e2fbe5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Thu, 14 Jul 2005 11:42:14 +0000 Subject: [PATCH] =?UTF-8?q?install=20s=C4=B1ras=C4=B1nda=20comar=20betikle?= =?UTF-8?q?rinin=20de=20comard'ye=20register=20edilmesi=20gerekiyor.=20Bun?= =?UTF-8?q?un=20i=C3=A7in=20bir=20ka=C3=A7=20sat=C4=B1r=20comment=20karala?= =?UTF-8?q?d=C4=B1m.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pisi/install.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pisi/install.py b/pisi/install.py index a15b4623..809f0e05 100644 --- a/pisi/install.py +++ b/pisi/install.py @@ -119,7 +119,16 @@ def install(package_fn): # unzip package in place ui.info('Extracting files\n') package.extract_dir_flat('install', config.destdir) - + + # TODO: put files.xml, metadata.xml, actions.py and COMAR scripts + # somewhere in the file system. We'll need these in future... + + # TODO: register COMAR scripts + # something like the below? + # import comariface + # for comar int metadata.package.providesComar: + # comariface.register(comar.om, comar.script) + # update databases # installdb