mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
roundcube: Minor fix in setup process notification
This commit is contained in:
parent
567fd590ab
commit
16d6ff3941
@ -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():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user