Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 5a43b6886030d9a124929e981f1637cb > scriptlet

kernel-tmb-desktop-devel-3.10.28-1.mga3-1-1.mga3.i586.rpm

PREUN

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

POSTIN

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