Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > a4e537037945cbd8c387745c7ee37822 > scriptlet

kernel-devel-2.6.18-371.1.2.el5.i686.rpm

POSTIN

/bin/sh
if [ -f /etc/sysconfig/kernel ]
then
    . /etc/sysconfig/kernel || exit $?
fi
if [ "$HARDLINK" != "no" -a -x /usr/sbin/hardlink ] ; then
  pushd /usr/src/kernels/2.6.18-371.1.2.el5-i686 > /dev/null
  /usr/bin/find . -type f | while read f; do hardlink -c /usr/src/kernels/*FC*/$f $f ; done
  popd > /dev/null
fi