Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-release > by-pkgid > a7f30b5bbf3a403edfd3677149fe9b30 > scriptlet

kernel-linus-devel-4.9.35-1.mga6-1-1.mga6.x86_64.rpm

PREUN

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


###
### file lists
###

# kernel

POSTIN

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