Sophie

Sophie

distrib > PLD > ac > ppc > media > dist > by-pkgid > a578ac7b9c58f890238802ea296d7632 > scriptlet

kernel24-video-svgalib_helper-1.9.25-3@2.4.34_1.ppc.rpm

POSTIN

/bin/sh
 \
umask 022; \
if [ -e /boot/System.map-2.4.34-1 ]; then \
	/sbin/depmod -a -F /boot/System.map-2.4.34-1 2.4.34-1; \
else \
	if [ -e /boot/System.map ]; then \
		/sbin/depmod -a -F /boot/System.map 2.4.34-1; \
	else \
		/sbin/depmod -a 2.4.34-1; \
	fi \
fi; \

POSTUN

/bin/sh
 \
umask 022; \
if [ -e /boot/System.map-2.4.34-1 ]; then \
	/sbin/depmod -a -F /boot/System.map-2.4.34-1 2.4.34-1; \
else \
	if [ -e /boot/System.map ]; then \
		/sbin/depmod -a -F /boot/System.map 2.4.34-1; \
	else \
		/sbin/depmod -a 2.4.34-1; \
	fi \
fi; \