From 38bb61b68530af5355c8cfb4d2020b5ba95e7eb3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 8 Jun 2026 17:48:07 +0200 Subject: [PATCH] Overly defensive --- install/post-install/localdb.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install/post-install/localdb.sh b/install/post-install/localdb.sh index 635cf613..8c3f36a8 100644 --- a/install/post-install/localdb.sh +++ b/install/post-install/localdb.sh @@ -1,4 +1,2 @@ # Update localdb so locate can find the installed system files immediately. -if omarchy-cmd-present updatedb; then - updatedb -fi +updatedb