From a9d70e6879d6bc6b10dca5e2c67d29f7db455a16 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 14 Aug 2025 11:35:05 +0200 Subject: [PATCH] Make this resilient to file already being removed --- migrations/1754332200.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1754332200.sh b/migrations/1754332200.sh index b70623b3..fc9c3503 100644 --- a/migrations/1754332200.sh +++ b/migrations/1754332200.sh @@ -1,2 +1,2 @@ echo "Remove old Omarchy TUI app now that we have the Omarchy Menu" -rm ~/.local/share/applications/omarchy.desktop +rm -rf ~/.local/share/applications/omarchy.desktop