diff --git a/install/config/localdb.sh b/install/config/localdb.sh index 027128fb..73721488 100644 --- a/install/config/localdb.sh +++ b/install/config/localdb.sh @@ -1,3 +1,2 @@ -# Ensure /home is indexed on Btrfs (subvolumes look like bind mounts) -sudo sed -i 's/PRUNE_BIND_MOUNTS.*=.*/PRUNE_BIND_MOUNTS = "no"/' /etc/updatedb.conf +# Update localdb so that locate will find everything installed sudo updatedb diff --git a/migrations/1771622309.sh b/migrations/1771622309.sh deleted file mode 100644 index 7573323a..00000000 --- a/migrations/1771622309.sh +++ /dev/null @@ -1,3 +0,0 @@ -echo "Fix locate not indexing home on Btrfs" -sudo sed -i 's/PRUNE_BIND_MOUNTS.*=.*/PRUNE_BIND_MOUNTS = "no"/' /etc/updatedb.conf -sudo updatedb