Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 6c70b54932be4205365a6f5a67967baa > scriptlet

kernel-tmb-laptop-devel-3.8.13.4-1.mga3-1-1.mga3.i586.rpm

PREUN

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

POSTIN

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