Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 000c73996f8524eebb6a42a2066504f1 > scriptlet

plymouth-theme-solar-0.8.4-0.20100823.7.fc14.i686.rpm

POSTUN

/bin/sh
export LIB=lib
if [ $1 -eq 0 ]; then
    if [ "$(/usr/sbin/plymouth-set-default-theme)" == "solar" ]; then
        /usr/sbin/plymouth-set-default-theme --reset
        /usr/libexec/plymouth/plymouth-generate-initrd
    fi
fi