Sophie

Sophie

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

kernel-scsi-mv-3.4.2a-14@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; \