Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > aee45bf0b7c723ca577061a48f312ef5 > scriptlet

kernel-video-svgalib_helper-1.9.25-6@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; \