Sophie

Sophie

distrib > PLD > ac > amd64 > media > dist > by-pkgid > ae0eca689031a49ab547509c16c0badd > scriptlet

kernel-net-ipp2p-0.8.2-5@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; \