Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > contrib > by-pkgid > d1cec7c74b2ea65c83f5c51c9853f260 > scriptlet

bootsplash-themes-2.0.0-11mdk.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 on full removal
if [ "$1" = "0" ]; then
  if [ -x /usr/share/bootsplash/scripts//switch-themes ]; then 
    /usr/share/bootsplash/scripts//switch-themes Mandrakelinux
  fi
fi