Sophie

Sophie

distrib > Momonga > 7 > x86_64 > media > updates > by-pkgid > c8275fd00e67921b52cad6761242ecd3 > scriptlet

kernel-devel-2.6.35.14-3m.mo7.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
    (cd /usr/src/kernels/2.6.35.14-3m.mo7.x86_64 &&
     /usr/bin/find . -type f | while read f; do
       hardlink -c /usr/src/kernels/*.fc*.*/$f $f
     done)
fi