ikiwiki: Make sure shortcuts show up after setup

If the wikis and blogs are already setup and ikiwiki is uninstalled for
some reason, then setting it up should show the existing wikis and
blogs.
This commit is contained in:
Sunil Mohan Adapa 2016-09-02 18:48:20 +05:30
parent a319f78a92
commit 3763e28d15
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -68,6 +68,7 @@ def setup(helper, old_version=None):
helper.install(managed_packages)
helper.call('post', actions.superuser_run, 'ikiwiki', ['setup'])
helper.call('post', service.notify_enabled, None, True)
helper.call('post', add_shortcuts)
def add_shortcuts():