diff --git a/createlinks b/createlinks index b664b3b..25ece5b 100644 --- a/createlinks +++ b/createlinks @@ -4,6 +4,8 @@ use esmith::Build::CreateLinks qw(:all); templates2events("/etc/ajaxplorer/bootstrap_plugins.php", qw(webapps-update bootstrap-console-save)); templates2events("/var/cache/ajaxplorer/diag_result.php", qw(webapps-update bootstrap-console-save)); +templates2events("/var/cache/ajaxplorer/first_run_passed", qw(webapps-update bootstrap-console-save)); +templates2events("/var/cache/ajaxplorer/admin_counted", qw(webapps-update bootstrap-console-save)); templates2events("/etc/ajaxplorer/bootstrap_repositories.php", qw(webapps-update bootstrap-console-save share-create share-delete share-modify share-modify-servers)); templates2events("/var/lib/ajaxplorer/plugins/auth.serial/roles.ser", qw(webapps-update bootstrap-console-save share-create share-delete share-modify share-modify-servers)); templates2events("/var/lib/ajaxplorer/plugins/auth.serial/users.ser", qw(webapps-update bootstrap-console-save user-create user-delete));