Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > 97cc09f44a012370fdaa0a3217944798 > scriptlet

glibc-devel-2.1.3-5mdk.i586.rpm

PREIN

/bin/sh
# this used to be a link and it is causing nightmares now
if [ -L /usr/include/scsi ] ; then
    rm -f /usr/include/scsi
fi

PREUN

/bin/sh
if [ "$1" = 0 ]; then
    /sbin/install-info --delete /usr/info/libc.info.bz2 /usr/info/dir
fi

POSTIN

/bin/sh
/sbin/install-info /usr/info/libc.info.bz2 /usr/info/dir