diff --git a/plinth/modules/roundcube/__init__.py b/plinth/modules/roundcube/__init__.py index a67364707..9e86c6821 100644 --- a/plinth/modules/roundcube/__init__.py +++ b/plinth/modules/roundcube/__init__.py @@ -65,7 +65,7 @@ def setup(helper, old_version=None): """Install and configure the module.""" helper.call('pre', actions.superuser_run, 'roundcube', ['pre-install']) helper.install(['sqlite3', 'roundcube', 'roundcube-sqlite3']) - helper.call('pre', actions.superuser_run, 'roundcube', ['setup']) + helper.call('post', actions.superuser_run, 'roundcube', ['setup']) def get_status():