Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-updates > by-pkgid > 10b4943190a5f4f5b8bf3a71c32c746f > scriptlet

kernel-tmb-laptop-devel-3.4.32-2.mga2-1-1.mga2.i586.rpm

PREUN

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

POSTIN

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