Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > d9c3e3b49e9ccb43f2caa866fe8c2695 > scriptlet

kernel-tmb-desktop-devel-4.14.131-1.mga6-1-1.mga6.x86_64.rpm

PREUN

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

POSTIN

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