Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-updates > by-pkgid > 0602868924087a36b53ef46c9d83328e > scriptlet

kernel-tmb-laptop-devel-3.4.52-1.mga2-1-1.mga2.i586.rpm

PREUN

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

POSTIN

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