diff options
author | Daniel Hoffend <dh@dotlan.net> | 2019-11-26 09:19:02 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2019-11-26 09:19:02 +0100 |
commit | ed26e7980311efe4401601fe121188ec8a154080 (patch) | |
tree | 82a102fb088cae13b8dee584797a35c9772616ce /pykolab/setup | |
parent | e374c311aba2e7e2f94275144b01eaea262908cd (diff) | |
download | pykolab-ed26e7980311efe4401601fe121188ec8a154080.tar.gz |
removed owncloud.inc.php from setup want_files
Summary: removed owncloud.inc.php from setup want_files[]
Reviewers: #pykolab_developers, vanmeeuwen
Reviewed By: #pykolab_developers, vanmeeuwen
Subscribers: vanmeeuwen
Differential Revision: https://git.kolab.org/D859
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 7c7964d..e10dcfe 100644 --- a/pykolab/setup/setup_roundcube.py +++ b/pykolab/setup/setup_roundcube.py @@ -132,7 +132,6 @@ def execute(*args, **kw): 'kolab_folders.inc.php', 'libkolab.inc.php', 'managesieve.inc.php', - 'owncloud.inc.php', 'password.inc.php', 'recipient_to_contact.inc.php', 'terms.html', |