From 3763e28d1578ea21d978f2ab87b1bacf36b58eaf Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Fri, 2 Sep 2016 18:48:20 +0530 Subject: [PATCH] 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. --- plinth/modules/ikiwiki/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plinth/modules/ikiwiki/__init__.py b/plinth/modules/ikiwiki/__init__.py index bf4345855..225c02fce 100644 --- a/plinth/modules/ikiwiki/__init__.py +++ b/plinth/modules/ikiwiki/__init__.py @@ -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():