summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mlocate/updatedb.cron.daily
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/mlocate/updatedb.cron.daily')
-rwxr-xr-xabs/core-testing/mlocate/updatedb.cron.daily10
1 files changed, 0 insertions, 10 deletions
diff --git a/abs/core-testing/mlocate/updatedb.cron.daily b/abs/core-testing/mlocate/updatedb.cron.daily
deleted file mode 100755
index b457cf8..0000000
--- a/abs/core-testing/mlocate/updatedb.cron.daily
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-# Update the "locate" database
-if [ -x /usr/bin/updatedb ]; then
- if [ -f /etc/updatedb.conf ]; then
- /usr/bin/updatedb
- else
- /usr/bin/updatedb -f proc
- fi
-fi