Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 70c9b53830b2036e9e2cff1998e11d4e > scriptlet

kernel-tmb-desktop586-devel-2.6.38.7-1.mga-1-1.mga1.i586.rpm

PREUN

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

POSTIN

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