Sophie

Sophie

distrib > Mageia > 4 > x86_64 > media > core-updates > by-pkgid > a30541d031433180b973183660afd9e6 > scriptlet

kernel-tmb-laptop-devel-3.12.26-1.mga4-1-1.mga4.x86_64.rpm

PREUN

/bin/sh
if [ -L /lib/modules/3.12.26-tmb-laptop-1.mga4/build ]; then
	rm -f /lib/modules/3.12.26-tmb-laptop-1.mga4/build
fi
if [ -L /lib/modules/3.12.26-tmb-laptop-1.mga4/source ]; then
	rm -f /lib/modules/3.12.26-tmb-laptop-1.mga4/source
fi
exit 0

POSTIN

/bin/sh
if [ -d /lib/modules/3.12.26-tmb-laptop-1.mga4 ]; then
	rm -f /lib/modules/3.12.26-tmb-laptop-1.mga4/{build,source}
	ln -sf /usr/src/3.12.26-tmb-laptop-1.mga4 /lib/modules/3.12.26-tmb-laptop-1.mga4/build
	ln -sf /usr/src/3.12.26-tmb-laptop-1.mga4 /lib/modules/3.12.26-tmb-laptop-1.mga4/source
fi