#!/bin/sh

if [ -d /var/lib/ureadahead ]; then
    rm -f /var/lib/ureadahead/*pack
fi
