Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 637b624a558cfb0b6232d061f9d5e83d > scriptlet

aspell-0.60.6-12.fc14.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