[pkg] Do not install sql scripts in <prefix>/share/cubicweb/schemas
These are already site-packages along with cubicweb package.
--- a/cubicweb/__pkginfo__.py Mon Oct 24 10:08:36 2016 +0200
+++ b/cubicweb/__pkginfo__.py Mon Oct 24 14:41:36 2016 +0200
@@ -77,8 +77,6 @@
# data files that shall be copied outside the main package directory
data_files = [
# server data
- [join('share', 'cubicweb', 'schemas'),
- glob.glob(join(modname, 'schemas', '*.sql'))],
[join('share', 'cubicweb', 'migration'),
[join(_server_migration_dir, filename)
for filename in listdir(_server_migration_dir)]],