Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > d7911bb62382f0d4c6168b6ba785fda9 > scriptlet

kernel22-source-2.2.20-9mdk.ppc.rpm

POSTIN

/bin/sh
ln -snf linux-2.2.20 /usr/src/linux22

POSTUN

/bin/sh
if [ -L /usr/src/linux22 ]; then 
    if [ `ls -l /usr/src/linux22 | awk '{ print $11 }'` = "linux-2.2.20" ]; then
	[ $1 = 0 ] && rm -f /usr/src/linux22
    fi
fi
exit 0

###
### file lists
###