Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 11dd0e84704d81e080c48e52d2480e02 > scriptlet

kernel-smp-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-1smp ]; then \
	/sbin/depmod -a -F /boot/System.map-2.6.16.45-1smp 2.6.16.45-1smp; \
else \
	if [ -e /boot/System.map ]; then \
		/sbin/depmod -a -F /boot/System.map 2.6.16.45-1smp; \
	else \
		/sbin/depmod -a 2.6.16.45-1smp; \
	fi \
fi; \

POSTUN

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