roundcube: Minor fix in setup process notification

This commit is contained in:
Sunil Mohan Adapa 2016-05-07 17:08:33 +05:30
parent 567fd590ab
commit 16d6ff3941
No known key found for this signature in database
GPG Key ID: 36C361440C9BC971

View File

@ -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():