Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 2257ae89d7ba2716244643de0d247487 > scriptlet

kernel-drm-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; \