aboutsummaryrefslogtreecommitdiffstats
path: root/menu
diff options
context:
space:
mode:
Diffstat (limited to 'menu')
-rwxr-xr-xmenu/update-menus4
1 files changed, 4 insertions, 0 deletions
diff --git a/menu/update-menus b/menu/update-menus
index c03fde5..7baeb12 100755
--- a/menu/update-menus
+++ b/menu/update-menus
@@ -12,6 +12,10 @@ exit 0
VERBOSE=0
+if [ "$DURING_INSTALL" = "1" ]; then
+ exit 0
+fi
+
if [ "$UID" == "0" ]; then
USER_MENU=0
else