Files
omarchycn/install/post-install/localdb.sh
T

5 lines
128 B
Bash

# Update localdb so locate can find the installed system files immediately.
if omarchy-cmd-present updatedb; then
updatedb
fi