Sophie

Sophie

distrib > CentOS > 6 > i386 > by-pkgid > dc7e17118cff482b87a953b32b1805bb > scriptlet

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