mlocate/SOURCES/mlocate-run-updatedb

5 lines
138 B
Plaintext
Raw Permalink Normal View History

2019-08-06 19:01:31 +00:00
#!/bin/sh
nodevs=$(< /proc/filesystems awk '$1 == "nodev" && $2 != "rootfs" && $2 != "zfs" { print $2 }')
/usr/bin/updatedb -f "$nodevs"