Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > 8ae6a8c31a1932909bb90fd49e0226bf > scriptlet

texinfo-4.13a-13.fc14.i686.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
    if [ -f /usr/share/info/texinfo.gz ]; then # --excludedocs?
        /sbin/install-info --delete /usr/share/info/texinfo.gz /usr/share/info/dir || :
    fi
fi

POSTIN

/bin/sh
if [ -f /usr/share/info/texinfo.gz ]; then # --excludedocs?
    /sbin/install-info /usr/share/info/texinfo.gz /usr/share/info/dir || :
fi