From 052a07a42b49565837127872f20b4468a921ff05 Mon Sep 17 00:00:00 2001 From: Mikhail Tergoev Date: Mon, 26 May 2025 10:19:24 +0300 Subject: [PATCH] dropped command: update-menus --- winehelper | 8 -------- 1 file changed, 8 deletions(-) diff --git a/winehelper b/winehelper index b2c78c7..f7d80c4 100755 --- a/winehelper +++ b/winehelper @@ -438,10 +438,6 @@ EOF EOF - # Обновляем меню - if check_command update-menus ; then - update-menus - fi fi # Обновляем кэш desktop файлов @@ -491,10 +487,6 @@ remove_desktop () { try_remove_dir "$WH_MENU_DIR" try_remove_file "$WH_MENU_CATEGORY" try_remove_file "$WH_MENU_CONFIG" - # Обновляем меню - if check_command update-menus ; then - update-menus - fi fi # Обновляем кэш desktop файлов