#!/usr/bin/python3
#
# Link App logos into the UMC frontend
#
# SPDX-FileCopyrightText: 2017-2025 Univention GmbH
# SPDX-License-Identifier: AGPL-3.0-only

from univention.appcenter.actions import get_action


update = get_action('update')
update()._update_local_files()  # bad idea to use underscore methods. but it works until we find the timing issue in the App Center. hopefully...
