Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > 6b67e676bce30c8cf8df7fd90335564c > scriptlet

texinfo-4.13a-15.fc15.x86_64.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