5 lines
128 B
Bash
5 lines
128 B
Bash
# Update localdb so locate can find the installed system files immediately.
|
|
if omarchy-cmd-present updatedb; then
|
|
updatedb
|
|
fi
|