#!/bin/sh
[ -x "/sbin/readahead-collector" ] || exit 0
[ ! -f /etc/default/readahead-fedora ] || . /etc/default/readahead-fedora
if [ "${READAHEAD_COLLECT:-yes}" = "yes" ] ; then
	touch /.readahead_collect
fi
