summaryrefslogtreecommitdiff
path: root/debian/cron.find
diff options
context:
space:
mode:
Diffstat (limited to 'debian/cron.find')
-rw-r--r--debian/cron.find12
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/cron.find b/debian/cron.find
deleted file mode 100644
index ac864a33..00000000
--- a/debian/cron.find
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /bin/sh
-#
-# cron script to update the `find.codes' database.
-#
-# Written by Ian A. Murdock <imurdock@debian.org> and
-# Kevin Dalley <kevin@aimnet.com>
-
-if [ -f /etc/updatedb.conf ]; then
- . /etc/updatedb.conf
-fi
-
-cd / && updatedb --localuser=nobody 2>/dev/null