homeinit: No need to update locatedb

master
Pierre Neidhardt 2018-02-08 09:18:01 +01:00
parent 429cb9dacc
commit 91a7633b05
1 changed files with 0 additions and 5 deletions

View File

@ -78,11 +78,6 @@ if command -v pacman >/dev/null 2>&1; then
fi
fi
if command -v locate >/dev/null 2>&1; then
echo "==> locate: Update database'"
sudo updatedb
fi
echo "==> 'temp' folder"
mkdir -pv "$HOME/temp"