Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 22efac62616ff97f32bf94c2f4053a1a > scriptlet

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

PREUN

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

POSTIN

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