diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-11-24 20:11:22 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-11-24 20:11:22 +0100 |
commit | dada49f8283803b8519c94e4feca4fdbff8acf85 (patch) | |
tree | 7011428f169bf506cc7aefa78cfe14518b2fc11c /pykolab/setup/setup_roundcube.py | |
parent | 0a8d97355cd503734828f94cf353e9b6a39eed32 (diff) | |
download | pykolab-dada49f8283803b8519c94e4feca4fdbff8acf85.tar.gz |
Remove horde_cache.sql, correct syncroton.sql -> mysql.initial.sql
Diffstat (limited to 'pykolab/setup/setup_roundcube.py')
-rw-r--r-- | pykolab/setup/setup_roundcube.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pykolab/setup/setup_roundcube.py b/pykolab/setup/setup_roundcube.py index fef4d4a..b53a314 100644 --- a/pykolab/setup/setup_roundcube.py +++ b/pykolab/setup/setup_roundcube.py @@ -142,11 +142,6 @@ def execute(*args, **kw): if not schema_filepath in schema_files: schema_files.append(schema_filepath) - if filename.startswith('horde_cache') and filename.endswith('.sql'): - schema_filepath = os.path.join(root,filename) - if not schema_filepath in schema_files: - schema_files.append(schema_filepath) - if os.path.isdir('/usr/share/roundcubemail'): rcpath = '/usr/share/roundcubemail/' elif os.path.isdir('/usr/share/roundcube'): |