Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > b80a954f9115eba44006c4780bbfe32c > scriptlet

kernel-devel-3.17.2-200.fc20.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/3.17.2-200.fc20.x86_64 &&
     /usr/bin/find . -type f | while read f; do
       hardlink -c /usr/src/kernels/*.fc*.*/$f $f
     done)
fi