Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 8b9b07390e75f4608ba4e485770922f8 > scriptlet

kernel-smp-usb-eagle-2.3.3-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; \