Refresh applications during Quattro upgrade

This commit is contained in:
David Heinemeier Hansson
2026-07-18 12:56:46 -07:00
parent 1024bf5e7a
commit 1620b3467b
2 changed files with 10 additions and 0 deletions
+7
View File
@@ -2383,6 +2383,13 @@ apply_system_transition
suppress_hyprland_config_reload
apply_user_transition
apply_user_hardware_transition
run_as_user env \
HOME="$target_home" \
USER="$target_user" \
LOGNAME="$target_user" \
OMARCHY_PATH=/usr/share/omarchy \
PATH="$package_path" \
omarchy-refresh-applications
run_as_user env \
HOME="$target_home" \
USER="$target_user" \
+3
View File
@@ -62,3 +62,6 @@ grep -F 'vulkan-intel' "$upgrade_to_quattro" >/dev/null
grep -F 'apply_user_hardware_transition' "$upgrade_to_quattro" >/dev/null
grep -F 'DX13260' "$upgrade_to_quattro" >/dev/null
pass "Omarchy 4 upgrade backfills hardware support from the legacy release"
grep -F 'omarchy-refresh-applications' "$upgrade_to_quattro" >/dev/null
pass "Omarchy 4 upgrade refreshes application launchers"