Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 5de473154aabb760ceb884a06f8837fd > scriptlet

kernel-smp-fs-unionfs-1.2-5@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; \