Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates > by-pkgid > f1db08c7833fa3bb69419118ea39db40 > scriptlet

kernel-tmb-desktop-devel-4.4.59-1.mga5-1-1.mga5.x86_64.rpm

PREUN

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

POSTIN

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