Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 486510cc01202bc0f52e1d2a57e251a8 > scriptlet

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