Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > cfb22246963d56d19200defc41a0dcaa > scriptlet

kernel-linus-devel-3.12.18-1.mga4-1-1.mga4.x86_64.rpm

PREUN

/bin/sh
# we need to delete <modules>/{build,source} at uninstall
if [ -L /lib/modules/3.12.18-1.mga4/build ]; then
    rm -f /lib/modules/3.12.18-1.mga4/build
fi
if [ -L /lib/modules/3.12.18-1.mga4/source ]; then
    rm -f /lib/modules/3.12.18-1.mga4/source
fi
exit 0


###
### file lists
###

# kernel

POSTIN

/bin/sh
# place /build and /source symlinks in place.
if [ -d /lib/modules/3.12.18-1.mga4 ]; then
    ln -sf /usr/src/kernel-linus-devel-3.12.18-1.mga4 /lib/modules/3.12.18-1.mga4/build
    ln -sf /usr/src/kernel-linus-devel-3.12.18-1.mga4 /lib/modules/3.12.18-1.mga4/source
fi