Sophie

Sophie

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

kernel-tmb-desktop-devel-3.14.41-1.mga4-1-1.mga4.x86_64.rpm

PREUN

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

POSTIN

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