Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 1ed9fa2a5f45c210bd9568c1b2852ec2 > scriptlet

kernel-xen-devel-2.6.18-400.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-400.el5-xen-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