Sophie

Sophie

distrib > CentOS > 5 > i386 > by-pkgid > ff051b2f17092a04b872c9c6fcd23b86 > scriptlet

kernel-xen-devel-2.6.18-407.el5.centos.plus.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-407.el5.centos.plus-xen-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