Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > 723934a06964af0cb9be3e7067bd9837 > scriptlet

readahead-1.5.7-8.mga5.x86_64.rpm

PREIN

/bin/sh
if [ -f /etc/rc.d/init.d/readahead_early ]; then
  /sbin/chkconfig --del readahead_early > /dev/null 2>&1 
  /sbin/chkconfig --del readahead_later
fi

POSTIN

/bin/sh
if [ "$1" = "1" ]; then
 touch /.readahead_collect
fi