diff options
author | Timotheus Pokorra <tp@tbits.net> | 2016-03-09 18:49:07 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2016-03-09 18:49:07 +0100 |
commit | 30bf25f6e52a319d411276984ba0598c139730ba (patch) | |
tree | 45fc85fda3d7cb0ccc64047d51190bb4c8e0dcfb /pykolab/setup | |
parent | 203b06f7b1abf53ae965a2fe5feb4bd6810bc73e (diff) | |
download | pykolab-30bf25f6e52a319d411276984ba0598c139730ba.tar.gz |
remove stray line that would reset the schema_files list, and try to install only the chwala mysql files. fixes https://issues.kolab.org/show_bug.cgi?id=5355 error: table roundcube.system does not exist
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Differential Revision: https://git.kolab.org/D97
Diffstat (limited to 'pykolab/setup')
-rw-r--r-- | pykolab/setup/setup_roundcube.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pykolab/setup/setup_roundcube.py b/pykolab/setup/setup_roundcube.py index 5bbeda0..82073cc 100644 --- a/pykolab/setup/setup_roundcube.py +++ b/pykolab/setup/setup_roundcube.py @@ -193,7 +193,6 @@ def execute(*args, **kw): if not schema_filepath in schema_files: schema_files.append(schema_filepath) - schema_files = [] for root, directories, filenames in os.walk('/usr/share/doc/'): directories.sort() for directory in directories: |