Sophie

Sophie

distrib > Mageia > 8 > armv7hl > media > core-updates > by-pkgid > 7266a67e2fae4410a323e1a89bee1957 > scriptlet

kernel-linus-devel-5.15.11-1.mga8-1-1.mga8.armv7hl.rpm

PREUN

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


###
### file lists
###

# kernel

POSTIN

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