Sophie

Sophie

distrib > CentOS > 6 > i386 > media > centosplus > by-pkgid > 5f21ca929ee494c35bee4b001b3a74a6 > scriptlet

kernel-devel-2.6.32-131.4.1.el6.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
    (cd /usr/src/kernels/2.6.32-131.4.1.el6.centos.plus.i686 &&
     /usr/bin/find . -type f | while read f; do
       hardlink -c /usr/src/kernels/*.fc*.*/$f $f
     done)
fi