Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > f01d28d4c72df9f9d12fe1d7e7a10b64 > scriptlet

aspell-0.60.6-15.fc16.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/ldconfig
if [ -f /usr/share/info/aspell.info.gz ]; then
    /sbin/install-info /usr/share/info/aspell.info.gz /usr/share/info/dir --entry="* Aspell: (aspell). "  || : 
fi