Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-updates > by-pkgid > 81d988721dbaae5194d8bd92e729e23e > scriptlet

kernel-tmb-desktop586-devel-3.4.34-1.mga2-1-1.mga2.i586.rpm

PREUN

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

POSTIN

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