Sophie

Sophie

distrib > Scientific%20Linux > 54 > x86_64 > by-pkgid > a73f460d44f3c7ea8f1b9c63c5a71d8f > scriptlet

kernel-devel-2.6.18-371.4.1.el5.x86_64.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.4.1.el5-x86_64 > /dev/null
  /usr/bin/find . -type f | while read f; do hardlink -c /usr/src/kernels/*FC*/$f $f ; done
  popd > /dev/null
fi