Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > plf-free > by-pkgid > a9bc74081dba307881037bfc58a11d7c > scriptlet

plf-theme-1.0.0-5plf.noarch.rpm

POSTIN

/bin/sh
# update current theme
if [[ -x /usr/share/bootsplash/scripts//switch-themes ]]; then 
    /usr/share/bootsplash/scripts//switch-themes -u
fi

POSTUN

/bin/sh
# switch back to Mandrake theme
if [[ -x /usr/share/bootsplash/scripts//switch-themes ]]; then 
    /usr/share/bootsplash/scripts//switch-themes Mandrake
fi