Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 3748ecb254e253233a673cc89cafe707 > scriptlet

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

PREUN

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

POSTIN

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