#!/bin/sh SLOCATE="/etc/cron.daily/slocate" if [ -x "$SLOCATE" ] ; then ${SLOCATE} || true fi exit 0