Sophie

Sophie

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

kernel-debug-devel-2.6.18-412.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-412.el5-debug-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