This website requires JavaScript.
Explore
Help
Register
Sign In
snailed
/
void-packages
Watch
2
Star
0
Fork
You've already forked void-packages
0
Code
Issues
1
Pull Requests
2
Actions
Activity
01cbeef6b8
void-packages
/
templates
/
findutils
/
files
/
updatedb.cron-daily
7 lines
101 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
# Update the "locate" database
if
[
-x /usr/bin/updatedb
]
;
then
/usr/bin/updatedb
fi
Reference in New Issue
View Git Blame
Copy Permalink