Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 3db47e38bb37ee5df490f619ee9db58b > scriptlet

kernel-video-firegl-8.32.5-3@2.6.16.45_1.amd64.rpm

POSTIN

/bin/sh
 \
umask 022; \
if [ -e /boot/System.map-2.6.16.45-1 ]; then \
	/sbin/depmod -a -F /boot/System.map-2.6.16.45-1 2.6.16.45-1; \
else \
	if [ -e /boot/System.map ]; then \
		/sbin/depmod -a -F /boot/System.map 2.6.16.45-1; \
	else \
		/sbin/depmod -a 2.6.16.45-1; \
	fi \
fi; \

POSTUN

/bin/sh
 \
umask 022; \
if [ -e /boot/System.map-2.6.16.45-1 ]; then \
	/sbin/depmod -a -F /boot/System.map-2.6.16.45-1 2.6.16.45-1; \
else \
	if [ -e /boot/System.map ]; then \
		/sbin/depmod -a -F /boot/System.map 2.6.16.45-1; \
	else \
		/sbin/depmod -a 2.6.16.45-1; \
	fi \
fi; \