summaryrefslogtreecommitdiffstats
path: root/mlocate/mlocate
diff options
context:
space:
mode:
Diffstat (limited to 'mlocate/mlocate')
-rw-r--r--mlocate/mlocate8
1 files changed, 8 insertions, 0 deletions
diff --git a/mlocate/mlocate b/mlocate/mlocate
new file mode 100644
index 0000000..8988e89
--- /dev/null
+++ b/mlocate/mlocate
@@ -0,0 +1,8 @@
+#!/bin/sh
+#
+# /etc/cron/daily/mlocate: update the mlocate database
+#
+
+/usr/bin/updatedb
+
+# End of file