From 19a6eedb11e22c105c88eb8363bc736a05849f3f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 29 Jul 2026 19:19:34 -0700 Subject: [PATCH] Add metadata for package conflict helper --- bin/omarchy-update-system-pkgs-when-conflicted | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/omarchy-update-system-pkgs-when-conflicted b/bin/omarchy-update-system-pkgs-when-conflicted index 7b071e2c..8a7b4928 100755 --- a/bin/omarchy-update-system-pkgs-when-conflicted +++ b/bin/omarchy-update-system-pkgs-when-conflicted @@ -1,5 +1,8 @@ #!/bin/bash +# omarchy:summary=Retry a system package update after resolving file conflicts +# omarchy:hidden=true + # Internal to omarchy-update-system-pkgs. Not a command to run by hand: it acts # on a pacman error report, and an old or hand-written one would move live files # out of the way for an upgrade that is not happening.