Sophie

Sophie

distrib > PLD > ac > amd64 > media > dist > by-pkgid > 7ff83bd23b16b94a3f87ae16b48ade8d > scriptlet

kernel-smp-net-rt2400-1.2.2-9@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; \